Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

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.