Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

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().