CefFocusHandler OnTakeFocus Method Xilium.CefGlue

[This is preliminary documentation and is subject to change.]

Called when the browser component is about to loose focus. For instance, if focus was on the last HTML element and the user pressed the TAB key. |next| 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.

Namespace: Xilium.CefGlue
Assembly: Xilium.CefGlue (in Xilium.CefGlue.dll) Version: 3.2272.2035.0 (3.2272.2035.0)
Syntax

protected virtual void OnTakeFocus(
	CefBrowser browser,
	bool next
)

Parameters

browser
Type: Xilium.CefGlue CefBrowser

[Missing <param name="browser"/> documentation for "M:Xilium.CefGlue.CefFocusHandler.OnTakeFocus(Xilium.CefGlue.CefBrowser,System.Boolean)"]

next
Type: OnlineSystem Boolean

[Missing <param name="next"/> documentation for "M:Xilium.CefGlue.CefFocusHandler.OnTakeFocus(Xilium.CefGlue.CefBrowser,System.Boolean)"]

See Also