NewProcessEventArgs 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 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. |