Skip to main content
A newer version of this page is available. .

TransitionManager Events

Allows you to implement animated transitions between control states.
Name Description
AfterTransitionEnds Serves as a notification event that an animated transition between a control’s states is complete.
BeforeTransitionStarts Allows you to perform custom actions before a transition between control states starts, or allows you to cancel the transition.
CustomTransition 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