activeTabChanged
Called when the active tab is reassigned.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Event
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public event Action<Tab, Tab> activeTabChanged
Remarks
This callback receives two tabs, the first being the previously selected tab and the second being the newly selected tab.