Partager via


DWebBrowserEvents2.NewWindow2(Object, Boolean) Method

Definition

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

Applies to