itemsAdded
This event is called for every item added to the itemsSource. Includes the item index.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Event
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public event Action<IEnumerable<int>> itemsAdded
Remarks
Note: This event is only called when items are added through the BaseListView.viewController, such as when calling AddItems. Adding items directly to the itemsSource will not trigger this event.