Class SelectionModelSelectionChangedEventArgs
public abstract class SelectionModelSelectionChangedEventArgs : EventArgs
- Inheritance
-
SelectionModelSelectionChangedEventArgs
- Derived
- Inherited Members
Constructors
SelectionModelSelectionChangedEventArgs()
protected SelectionModelSelectionChangedEventArgs()
Properties
DeselectedIndexes
Gets the indexes of the items that were removed from the selection.
public abstract IReadOnlyList<int> DeselectedIndexes { get; }
Property Value
DeselectedItems
Gets the items that were removed from the selection.
public IReadOnlyList<object?> DeselectedItems { get; }
Property Value
SelectedIndexes
Gets the indexes of the items that were added to the selection.
public abstract IReadOnlyList<int> SelectedIndexes { get; }
Property Value
SelectedItems
Gets the items that were added to the selection.
public IReadOnlyList<object?> SelectedItems { get; }
Property Value
Methods
GetUntypedDeselectedItems()
protected abstract IReadOnlyList<object?> GetUntypedDeselectedItems()
Returns
GetUntypedSelectedItems()
protected abstract IReadOnlyList<object?> GetUntypedSelectedItems()