Skip to main content

ITreeDataGridCellSelectionModel Interface

Definition

Assembly:Avalonia.Controls.TreeDataGrid
Package:Avalonia.Controls.TreeDataGrid

Maintains the cell selection state for an Avalonia.Controls.ITreeDataGridSource.

public interface ITreeDataGridCellSelectionModel

Events

NameDescription
SelectionChangedOccurs when the cell selection changes.

SelectionChanged Event

Occurs when the cell selection changes.

public event EventHandler<Avalonia.Controls.Selection.TreeDataGridCellSelectionChangedEventArgs> SelectionChanged