Class ScrollableFlagUpdatedEventArgs
Fired when a node's scrollability state changes.
public sealed class ScrollableFlagUpdatedEventArgs : EventArgs
- Inheritance
-
ScrollableFlagUpdatedEventArgs
- Inherited Members
Properties
IsScrollable
If the node is scrollable.
[JsonPropertyName("isScrollable")]
public bool IsScrollable { get; set; }
Property Value
NodeId
The id of the node.
[JsonPropertyName("nodeId")]
public long NodeId { get; set; }