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. |
| CaptureTransitionImage | |
| 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