Class ScrollableFlagUpdatedEventArgs
Fired when a node's scrollability state changes.
public sealed record ScrollableFlagUpdatedEventArgs : EventArgs, IEquatable<EventArgs>, IEquatable<ScrollableFlagUpdatedEventArgs>
- Inheritance
-
EventArgsScrollableFlagUpdatedEventArgs
- Implements
-
IEquatable<EventArgs>
- Inherited Members
-
EventArgs.ToString()EventArgs.GetHashCode()EventArgs.Equals(EventArgs)EventArgs.<Clone>$()EventArgs.BiDiEventArgs.AdditionalDataEventArgs.AdditionalMessageData
Constructors
ScrollableFlagUpdatedEventArgs(NodeId, bool)
Fired when a node's scrollability state changes.
public ScrollableFlagUpdatedEventArgs(NodeId NodeId, bool IsScrollable)
Parameters
Properties
IsScrollable
If the node is scrollable.
public bool IsScrollable { get; init; }
Property Value
NodeId
The id of the node.
public NodeId NodeId { get; init; }