itemsRemoved
This event is called for every item removed from 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>> itemsRemoved
Remarks
Note: This event is only called when items are removed through the BaseListView.viewController, such as when calling BaseListViewController.RemoveItems or BaseListViewController.ClearItems().