DWebBrowserEvents2.NewProcess(Int32, Object, Boolean) Method
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.
Fires when a new process is created.
public:
void NewProcess(int CauseFlags, System::Object ^ pWB2, bool Cancel);
public void NewProcess (int CauseFlags, object pWB2, bool Cancel);
abstract member NewProcess : int * obj * bool -> unit
Public Sub NewProcess (CauseFlags As Integer, pWB2 As Object, Cancel As Boolean)
Parameters
- CauseFlags
- Int32
- pWB2
- Object
- Cancel
- Boolean