Partager via


NavigateErrorEventArgs Class

Definition

Represents the event arguments for navigate error event.

public ref class NavigateErrorEventArgs sealed : EventArgs
public sealed class NavigateErrorEventArgs : EventArgs
type NavigateErrorEventArgs = class
    inherit EventArgs
Public NotInheritable Class NavigateErrorEventArgs
Inherits EventArgs
Inheritance
NavigateErrorEventArgs

Constructors

NavigateErrorEventArgs()

Initializes a new instance of the NavigateErrorEventArgs class.

Properties

Cancel

Gets or sets a Boolean value that specifies whether the navigation error is canceled.

Frame

Gets or sets the frame.

pDisp

Gets the display pointer.

StatusCode

Gets or sets the status code.

URL

Gets or sets the URL.

Applies to