BrowserExtendedNavigatingEventArgs 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 event arguments used in the new navigation events.
public ref class BrowserExtendedNavigatingEventArgs : System::ComponentModel::CancelEventArgs
public class BrowserExtendedNavigatingEventArgs : System.ComponentModel.CancelEventArgs
type BrowserExtendedNavigatingEventArgs = class
inherit CancelEventArgs
Public Class BrowserExtendedNavigatingEventArgs
Inherits CancelEventArgs
- Inheritance
-
BrowserExtendedNavigatingEventArgs
Constructors
BrowserExtendedNavigatingEventArgs() |
Initializes a new instance of the BrowserExtendedNavigatingEventArgs class. |
Properties
Flags |
Gets the object expression that evaluates to flags. It is set to zero. |
Frame |
Gets the name of the frame in which to display the resource, or NULL, if no named frame is targeted for the resource. |
Headers |
Gets the value that specifies the additional HTTP headers to send to the server (HTTP URLs only). |
NavigationContext |
Gets the navigation context. |
pDisp |
Gets or sets the pointer to the automation object of the browser. |
Postdata |
Gets or sets the data to send to the server if the HTTP POST transaction is used. |
Url |
Gets or sets the URL to navigate to. |