BeforeNavigate2EventArgs 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 the BeforeNavigate2 event.
public ref class BeforeNavigate2EventArgs sealed : EventArgs
public sealed class BeforeNavigate2EventArgs : EventArgs
type BeforeNavigate2EventArgs = class
inherit EventArgs
Public NotInheritable Class BeforeNavigate2EventArgs
Inherits EventArgs
- Inheritance
-
BeforeNavigate2EventArgs
Constructors
BeforeNavigate2EventArgs() |
Initializes a new instance of the BeforeNavigate2EventArgs class. |
Properties
Cancel |
Gets or sets a Boolean value that evaluates to Cancel. |
Flags |
Gets or sets the object expression that evaluates to the flags. |
Headers |
Gets or sets the object expression that evaluates to the headers. |
pDisp |
Gets or sets the object expression that evaluates to the pDisp. |
PostData |
Gets or sets the object expression that evaluates to the PostData. |
TargetFrameName |
Gets or sets the object expression that evaluates to the target frame name. |
URL |
Gets or sets that object expression that evaluates to the URL. |