Class ScrollableFlagUpdatedEventArgs
ScrollableFlagUpdated
public sealed class ScrollableFlagUpdatedEventArgs : EventArgs
- Inheritance
-
ScrollableFlagUpdatedEventArgs
- Inherited Members
Properties
IsScrollable
Gets or sets the isScrollable
[JsonPropertyName("isScrollable")]
public bool IsScrollable { get; set; }
Property Value
NodeId
Gets or sets the nodeId
[JsonPropertyName("nodeId")]
public long NodeId { get; set; }