| DOMClientSetChildNodes Event | 
Version 103.0.120 
            Fired when backend wants to provide client with the missing DOM structure. This happens upon
            most of the calls requesting node ids.
            
 
    Namespace: 
   CefSharp.DevTools.DOM
    Assembly:
   CefSharp (in CefSharp.dll) Version: 103.0.120.0 (103.0.120.0)
 Syntax
Syntaxpublic event EventHandler<SetChildNodesEventArgs> SetChildNodes
public:
 event EventHandler<SetChildNodesEventArgs^>^ SetChildNodes {
	void add (EventHandler<SetChildNodesEventArgs^>^ value);
	void remove (EventHandler<SetChildNodesEventArgs^>^ value);
}Value
Type: 
SystemEventHandlerSetChildNodesEventArgs See Also
See Also