3 references to Navigating
System.Windows.Forms (3)
winforms\Managed\System\WinForms\WebBrowser.cs (3)
1432
/// Raises the <see cref='System.Windows.Forms.WebBrowser.
Navigating
'/> event.
1439
if (this.
Navigating
!= null)
1441
this.
Navigating
(this, e);