Skip to main content

Struct TreeSelectionDiff

Namespace: VelloSharp.TreeDataGrid
Assembly: VelloSharp.TreeDataGrid.dll

public readonly record struct TreeSelectionDiff : IEquatable<TreeSelectionDiff>

Implements

IEquatable<TreeSelectionDiff>

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

bool

NodeId

public uint NodeId { get; init; }

Property Value

uint