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