AfterAnimationStop event

Occurs after a display stops animating. This event occurs after all elements have been deactivated.
Syntax
Display
_
AfterAnimationStop
where
Display
– is the name of a Display object variable that was dimensioned using the WithEvents keyword or the reserved name Display.
Remarks
  • If the display is in the process of stopping and is asked to be animated again, the AfterAnimationStop event still fires.
  • Calling the StartAnimation method is allowed from this event handler.
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal