Table of Contents

Event FocusRequested

Namespace
DotNetBrowser.Browser
Assembly
DotNetBrowser.dll

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

event EventHandler<FocusRequestedEventArgs> FocusRequested

Returns

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