DWebBrowserEvents2.NewWindow2(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 window is to be created.
public:
void NewWindow2([Runtime::InteropServices::Out] System::Object ^ % ppDisp, [Runtime::InteropServices::Out] bool % Cancel);
public void NewWindow2 (out object ppDisp, out bool Cancel);
abstract member NewWindow2 : obj * bool -> unit
Public Sub NewWindow2 (ByRef ppDisp As Object, ByRef Cancel As Boolean)
Parameters
- ppDisp
- Object
- Cancel
- Boolean