Property OnExitActions
OnExitActions
Gets actions executed when the aura exits its active state.
Declaration
IComplexAuraAction OnExitActions { get; }
Property Value
Type | Description |
---|---|
IComplexAuraAction |
Remarks
These actions run once when IsActive transitions from true to false.