Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

public event Action<Tab, int> tabClosed