Click or drag to resize

IBrowserFocusLost Event

Occurs when the browser instance has lost the focus.

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

Value

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