NewWindowEventArgs Class

Definition

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.

Applies to