NewWindowEventArgs 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 NewWindow event.
public ref class NewWindowEventArgs sealed : EventArgs
public sealed class NewWindowEventArgs : EventArgs
type NewWindowEventArgs = class
inherit EventArgs
Public NotInheritable Class NewWindowEventArgs
Inherits EventArgs
- Inheritance
-
NewWindowEventArgs
Constructors
NewWindowEventArgs() |
Initializes a new instance of the NewWindowEventArgsclass. |
Properties
Flags |
Gets the flag objects. |
Headers |
Gets the header object. |
PostData |
Gets the post data object. |
Processed |
Gets or sets a Boolean value that specifies whether the event arguments were processed. |
TargetFrameName |
Gets the target frame name object. |
URL |
Gets the URL object. |