Click or drag to resize

DOMClientChildNodeCountUpdated Event

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

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

Value

Type: SystemEventHandlerChildNodeCountUpdatedEventArgs
See Also