Class ChildNodeCountUpdatedEventArgs
Fired when Container's child node count has changed.
public sealed class ChildNodeCountUpdatedEventArgs : EventArgs
- Inheritance
-
ChildNodeCountUpdatedEventArgs
- Inherited Members
Properties
ChildNodeCount
New node count.
[JsonPropertyName("childNodeCount")]
public long ChildNodeCount { get; set; }
Property Value
NodeId
Id of the node that has changed.
[JsonPropertyName("nodeId")]
public long NodeId { get; set; }