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