Class ChildNodeCountUpdatedEventArgs
ChildNodeCountUpdated
public sealed class ChildNodeCountUpdatedEventArgs : EventArgs- Inheritance
- 
      
      
      ChildNodeCountUpdatedEventArgs
- Inherited Members
Properties
ChildNodeCount
Gets or sets the childNodeCount
[JsonPropertyName("childNodeCount")]
public long ChildNodeCount { get; set; }Property Value
NodeId
Gets or sets the nodeId
[JsonPropertyName("nodeId")]
public long NodeId { get; set; }