onSelectionChange
Obsolete. Use BaseVerticalCollectionView.selectionChanged instead.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Event
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public event Action<IEnumerable<object>> onSelectionChange
Remarks
This callback receives an enumerable that contains the item or items selected.