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