2 references to CanGoForwardChanged
System.Windows.Forms (2)
System\Windows\Forms\Controls\WebBrowser\WebBrowser.cs (2)
1187/// Raises the <see cref="CanGoForwardChanged"/> event. 1189protected virtual void OnCanGoForwardChanged(EventArgs e) => CanGoForwardChanged?.Invoke(this, e);