NewProcessEventArgs Class

Definition

Represents the event arguments for a NewProcess(Int32, Object, Boolean) event

public ref class NewProcessEventArgs sealed : EventArgs
public sealed class NewProcessEventArgs : EventArgs
type NewProcessEventArgs = class
    inherit EventArgs
Public NotInheritable Class NewProcessEventArgs
Inherits EventArgs
Inheritance
NewProcessEventArgs

Constructors

NewProcessEventArgs()

Initializes a new instance of the NewProcessEventArgs class.

Properties

Cancel

Gets or sets a Boolean value that specifies whether to cancel the navigation to an error page and/or any further autosearch.

CauseFlag

Gets or sets the cause flag.

pWB2

Gets or sets the pointer to the top-level or frame WebBrowser object corresponding to the event.

Applies to