DOMClientSetChildNodes Event |
Version 130.1.90
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.DOMAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public event EventHandler<SetChildNodesEventArgs> SetChildNodes
public:
event EventHandler<SetChildNodesEventArgs^>^ SetChildNodes {
void add (EventHandler<SetChildNodesEventArgs^>^ value);
void remove (EventHandler<SetChildNodesEventArgs^>^ value);
}
Value
EventHandlerSetChildNodesEventArgsSee Also