BeforeAnimationStop event
Occurs immediately before a display stops animating. This event is synchronous. The animating of the display is not stopped until this event returns.
Syntax
Display
_BeforeAnimationStop
where
Display
– is the name of a Display object variable that was dimensioned using the WithEvents keyword or the reserved name Display.Remarks
When a display is in the process of stopping animation, calls to the StartAnimation method cause an error to be raised.
Provide Feedback