ITreeDataGridCellSelectionModel Interface
Definition
Maintains the cell selection state for an Avalonia.Controls.ITreeDataGridSource.
public interface ITreeDataGridCellSelectionModel
Events
| Name | Description |
|---|---|
| SelectionChanged | Occurs when the cell selection changes. |
SelectionChanged Event
Occurs when the cell selection changes.
public event EventHandler<Avalonia.Controls.Selection.TreeDataGridCellSelectionChangedEventArgs> SelectionChanged