BrowserExtendedNewWindowEventArgs 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 used in the new window events.
public ref class BrowserExtendedNewWindowEventArgs : System::ComponentModel::CancelEventArgs
public class BrowserExtendedNewWindowEventArgs : System.ComponentModel.CancelEventArgs
type BrowserExtendedNewWindowEventArgs = class
inherit CancelEventArgs
Public Class BrowserExtendedNewWindowEventArgs
Inherits CancelEventArgs
- Inheritance
-
BrowserExtendedNewWindowEventArgs
Constructors
BrowserExtendedNewWindowEventArgs() |
Initializes a new instance of the BrowserExtendedNewWindowEventArgs event. |
Properties
Flags |
Gets or sets the flags from the NWMF enumeration that pertain to the new window. |
pDisp |
Gets or sets the pointer to the automation object of the browser. |
Url |
Gets or sets the URL that is opened in the new window. |
UrlContext |
Gets the URL of the page that is opening the new window. |