Event currentItemChanging
Event emitted when the current item in the stack is about to change.
Namespace: Unity.AppUI.UI
Assembly: solution.dll
Syntax
public event Action currentItemChanging
Returns
Type | Description |
---|---|
Action |
Remarks
The event is emitted at the beginning of the animation (if any). Afterwards, currentItemChanged is emitted.