Click or drag to resize

IBrowser.FocusRequested 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.1
Syntax
C#
event EventHandler<FocusRequestedEventArgs> FocusRequested

Value

Type: System.EventHandler<FocusRequestedEventArgs>
Exceptions
ExceptionCondition
ObjectDisposedExceptionThe IBrowser has already been disposed.
See Also