Back to Devexpress

TransitionManager Events

windowsforms-devexpress-dot-utils-dot-animation-dot-transitionmanager-dot-underscore-events.md

latest1.5 KB
Original Source

TransitionManager Events

Allows you to implement animated transitions between control states.

NameDescription
AfterTransitionEndsServes as a notification event that an animated transition between a control’s states is complete.
BeforeTransitionStartsAllows you to perform custom actions before a transition between control states starts, or allows you to cancel the transition.
CaptureTransitionImage
CustomTransitionAllows you to customize an animated state transition.
DisposedOccurs when the component is disposed by a call to the Dispose() method. Inherited from Component.

See Also

TransitionManager Class

TransitionManager Members

DevExpress.Utils.Animation Namespace