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