TransitionManager Events
Allows you to implement animated transitions between control states.
Name | Description |
---|---|
After |
Serves as a notification event that an animated transition between a control’s states is complete. |
Before |
Allows you to perform custom actions before a transition between control states starts, or allows you to cancel the transition. |
Capture |
|
Custom |
Allows you to customize an animated state transition. |
Disposed | Occurs when the component is disposed by a call to the Dispose() method. Inherited from Component. |
See Also