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