Occurs when the browser instance has lost the focus.
Namespace:
DotNetBrowser.Browser
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.23.2
Syntax event EventHandler<FocusLostEventArgs> FocusLost
Value
Type:
SystemEventHandlerFocusLostEventArgsExceptions Exception | Condition |
---|
ObjectDisposedException | The IBrowser has already been disposed. |
See Also