TreeDataGridSelectionChangedEventArgs(IReadOnlyList?, IReadOnlyList?, IReadOnlyList<Object?>?, IReadOnlyList<Object?>?, IReadOnlyList?, IReadOnlyList?) Constructor

Definition

Assembly Avalonia.Controls.TreeDataGrid.dll
public TreeDataGridSelectionChangedEventArgs(IReadOnlyList<IndexPath>? deselectedIndexes = null, IReadOnlyList<IndexPath>? selectedIndexes = null, IReadOnlyList<object?>? deselectedItems = null, IReadOnlyList<object?>? selectedItems = null, IReadOnlyList<CellIndex>? deselectedCellIndexes = null, IReadOnlyList<CellIndex>? selectedCellIndexes = null)

Parameters

deselectedIndexes
IReadOnlyList<IndexPath>
selectedIndexes
IReadOnlyList<IndexPath>
deselectedItems
IReadOnlyList<Object?>
selectedItems
IReadOnlyList<Object?>
deselectedCellIndexes
IReadOnlyList<CellIndex>
selectedCellIndexes
IReadOnlyList<CellIndex>