Struct TreeSelectionDiff
Namespace: VelloSharp.TreeDataGrid
Assembly: VelloSharp.TreeDataGrid.dll
public readonly record struct TreeSelectionDiff : IEquatable<TreeSelectionDiff>
Implements
Inherited Members
object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()
Constructors
TreeSelectionDiff(uint, bool)
public TreeSelectionDiff(uint NodeId, bool IsSelected)
Parameters
NodeId
uint
IsSelected
bool
Properties
IsSelected
public bool IsSelected { get; init; }
Property Value
NodeId
public uint NodeId { get; init; }