NewWindow3EventArgs 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 arguments for a NewWindow3 event.
public ref class NewWindow3EventArgs sealed : EventArgs
public sealed class NewWindow3EventArgs : EventArgs
type NewWindow3EventArgs = class
inherit EventArgs
Public NotInheritable Class NewWindow3EventArgs
Inherits EventArgs
- Inheritance
-
NewWindow3EventArgs
Constructors
NewWindow3EventArgs() |
Initializes a new instance of the NewWindow3EventArgs class. |
Properties
bstrUrl |
Gets the URL that is opened in the new window. |
bstrUrlContext |
Gets the URL of the page that is opening the new window. |
Cancel |
Gets or sets a Boolean value that specifies whether to cancel the navigation to an error page and/or any further autosearch. |
dwFlags |
Gets the flags from the NWMF enumeration that pertains to the new window. |
ppDisp |
Gets or sets the object expression that, optionally, receives a new, hidden WebBrowser or InternetExplorer object with no URL loaded. |