Event selectionChanged
Callback triggered when the selection changes.
Namespace: Unity.AppUI.UI
Assembly: solution.dll
Syntax
public event Action<IEnumerable<object>> selectionChanged
Returns
Type | Description |
---|---|
Action<IEnumerable<object>> |
Remarks
This callback receives an enumerable that contains the item or items selected.