Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


activeTabChanged

Called when the active tab is reassigned.
Read time 1 minuteLast updated 5 days ago

Definition

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.