This version of Unity is unsupported.

BaseListView.itemsAdded

Description

This event is called for every item added to the itemsSource. Includes the item index.

Note: This event is only called when items are added through the viewController, such as when calling AddItems. Adding items directly to the itemsSource will not trigger this event.