tabClosed
Raised when a tab is closed. The first argument is the tab that was closed, the second is the index of the tab that was closed.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Event
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public event Action<Tab, int> tabClosed