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.
1487
if (this.
StatusTextChanged
!= null)
1489
this.
StatusTextChanged
(this, e);