NavigateErrorEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |