Click or drag to resize
IRenderProcessMessageHandler.OnFocusedNodeChanged Method
Version 57.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: 57.0.0.0 (57.0.0.0)
Syntax
void OnFocusedNodeChanged(
	IWebBrowser browserControl,
	IBrowser browser,
	IFrame frame,
	IDomNode node
)

Parameters

browserControl
Type: CefSharp.IWebBrowser
The ChromiumWebBrowser control
browser
Type: CefSharp.IBrowser
the browser object
frame
Type: CefSharp.IFrame
The frame object
node
Type: CefSharp.IDomNode
An object with information about the node (if any) that has focus.
See Also