Click or drag to resize

IBrowserFocusGained Event

Occurs when the browser instance has gained the focus.

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

Value

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