Click or drag to resize

IFocusHandlerOnTakeFocus Method

Version 86.0.240
Called when the browser component is about to lose focus. For instance, if focus was on the last HTML element and the user pressed the TAB key.

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 86.0.240.0 (86.0.240.0)
Syntax
void OnTakeFocus(
	IWebBrowser chromiumWebBrowser,
	IBrowser browser,
	bool next
)

Parameters

chromiumWebBrowser
Type: CefSharpIWebBrowser
the ChromiumWebBrowser control
browser
Type: CefSharpIBrowser
the browser object
next
Type: SystemBoolean
Will be true if the browser is giving focus to the next component and false if the browser is giving focus to the previous component.
See Also