Event itemsChosen
Callback triggered when the user acts on a selection of one or more items, for example by double-clicking or pressing Enter.
Namespace: Unity.AppUI.UI
Assembly: solution.dll
Syntax
public event Action<IEnumerable<object>> itemsChosen
Returns
| Type | Description |
|---|---|
| Action<IEnumerable<object>> |
Remarks
This callback receives an enumerable that contains the item or items chosen.