onTabSelectionChange Event
Description
Event triggered when a tab's selection changed. Receives the tab's index and a bool indicating whether it's selected.
public event Action<int, bool> onTabSelectionChange
Returns
Action<Int32, Boolean> |
Loading...