DOMClientChildNodeCountUpdated Event | 
Version 106.0.290 
            Fired when `Container`'s child node count has changed.
            
 
    Namespace: 
   CefSharp.DevTools.DOM
    Assembly:
   CefSharp (in CefSharp.dll) Version: 106.0.290.0 (106.0.290.0)
Syntaxpublic event EventHandler<ChildNodeCountUpdatedEventArgs> ChildNodeCountUpdated
public:
 event EventHandler<ChildNodeCountUpdatedEventArgs^>^ ChildNodeCountUpdated {
	void add (EventHandler<ChildNodeCountUpdatedEventArgs^>^ value);
	void remove (EventHandler<ChildNodeCountUpdatedEventArgs^>^ value);
}Value
Type: 
SystemEventHandlerChildNodeCountUpdatedEventArgs
See Also