Class AffectedByStartingStylesFlagUpdatedEventArgs
Fired when a node's starting styles changes.
public sealed class AffectedByStartingStylesFlagUpdatedEventArgs : EventArgs
- Inheritance
-
AffectedByStartingStylesFlagUpdatedEventArgs
- Inherited Members
Properties
AffectedByStartingStyles
If the node has starting styles.
[JsonPropertyName("affectedByStartingStyles")]
public bool AffectedByStartingStyles { get; set; }
Property Value
NodeId
The id of the node.
[JsonPropertyName("nodeId")]
public long NodeId { get; set; }