Click or drag to resize

DOMClientChildNodeCountUpdated Event

Version 94.4.20
Fired when `Container`'s child node count has changed.

Namespace:  CefSharp.DevTools.DOM
Assembly:  CefSharp (in CefSharp.dll) Version: 94.4.20.0 (94.4.20.0)
Syntax
public event EventHandler<ChildNodeCountUpdatedEventArgs> ChildNodeCountUpdated

Value

Type: SystemEventHandlerChildNodeCountUpdatedEventArgs
See Also