OnSelectionRemoved Method
Called by OnSourceCollectionChanged(NotifyCollectionChangedEventArgs), detailing the items removed by a collection change.
Definition
Namespace: Avalonia.Controls.Selection
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
protected virtual void OnSelectionRemoved(
int index,
int count,
IReadOnlyList<T> deselectedItems
)
Protected Overridable Sub OnSelectionRemoved (
index As Integer,
count As Integer,
deselectedItems As IReadOnlyList(Of T)
)
abstract OnSelectionRemoved :
index : int *
count : int *
deselectedItems : IReadOnlyList<'T> -> unit
override OnSelectionRemoved :
index : int *
count : int *
deselectedItems : IReadOnlyList<'T> -> unit
Parameters
See Also
Reference
SelectionNodeBase(T) Class
Avalonia.Controls.Selection Namespace