4 references to NewWindow
System.Windows.Forms (2)
System\Windows\Forms\Controls\WebBrowser\WebBrowser.cs (2)
1231
/// Raises the <see cref="
NewWindow
"/> event.
1233
protected virtual void OnNewWindow(CancelEventArgs e) =>
NewWindow
?.Invoke(this, e);
System.Windows.Forms.Tests (2)
System\Windows\Forms\WebBrowserTests.cs (2)
3838
control.
NewWindow
+= handler;
3845
control.
NewWindow
-= handler;