Click or drag to resize

IBrowserFocusRequested Event

Occurs when JavaScript sends a request to focus the Browser instance by calling the window.focus() method.

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

Value

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