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. 1342if (this.CanGoForwardChanged != null) 1344this.CanGoForwardChanged(this, e);