Click or drag to resize
IRenderProcessMessageHandlerOnFocusedNodeChanged Method
Version 51.0.0
Invoked when an element in the UI gains focus (or possibly no element gains focus; i.e. an element lost focus).

Namespace: CefSharp
Assembly: CefSharp (in CefSharp.dll) Version: 51.0.0.0 (51.0.0.0)
Syntax
void OnFocusedNodeChanged(
	IWebBrowser browserControl,
	IBrowser browser,
	IFrame frame,
	IDomNode node
)

Parameters

browserControl
Type: CefSharpIWebBrowser
The ChromiumWebBrowser control
browser
Type: CefSharpIBrowser
the browser object
frame
Type: CefSharpIFrame
The frame object
node
Type: CefSharpIDomNode
An object with information about the node (if any) that has focus.
See Also