SelectionNodeBaseTOnItemsAdded Method
Namespace: Avalonia.Controls.SelectionAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
protected virtual SelectionNodeBaseTCollectionChangeState OnItemsAdded(
int index,
IList items
)
Protected Overridable Function OnItemsAdded (
index As Integer,
items As IList
) As SelectionNodeBaseTCollectionChangeState
abstract OnItemsAdded :
index : int *
items : IList -> SelectionNodeBaseTCollectionChangeState
override OnItemsAdded :
index : int *
items : IList -> SelectionNodeBaseTCollectionChangeState
- index Int32
-
- items IList
-
SelectionNodeBaseTCollectionChangeState
A
SelectionNodeBaseTCollectionChangeState struct containing the details of the adjusted
selection.
The implementation in
SelectionNodeBaseT adjusts the selected ranges,
assigning new indexes. Override this method to carry out additional computation when
items are added.