Property ItemsChosenEvent
ItemsChosenEvent
Callback triggered when the user acts on a selection of one or more items, for example by double-clicking or pressing Enter.
Declaration
public UnityEvent<IEnumerable<object>> ItemsChosenEvent { get; }Property Value
| Type |
|---|
| UnityEvent<IEnumerable<object>> |
