CefSharpSettingsFocusedNodeChangedEnabled Property  | 
Version 118.6.80 
            If true a message will be sent from the render subprocess to the
            browser when a DOM node (or no node) gets focus. The default is
            false.
            
 
    Namespace: 
   CefSharp
    Assembly:
   CefSharp (in CefSharp.dll) Version: 118.6.80.0 (118.6.80.0)
Syntaxpublic static bool FocusedNodeChangedEnabled { get; set; }public:
static property bool FocusedNodeChangedEnabled {
	bool get ();
	void set (bool value);
}Property Value
Type: 
Boolean
See Also