Click or drag to resize

IBrowserStatusChanged Event

Occurs when the status text has been changed.

Namespace:  DotNetBrowser.Browser
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
event EventHandler<StatusChangedEventArgs> StatusChanged

Value

Type: SystemEventHandlerStatusChangedEventArgs
Exceptions
ExceptionCondition
ObjectDisposedExceptionThe IBrowser has already been disposed.
See Also