Icon TAnimationCompleteEvent

Unit: WebCtrls

TAnimationCompleteEvent = procedure (Sender: TObject; Animation:
      TAnimation) of object

Available In: Client Applications

The TAnimationCompleteEvent type is a common event type that is used by controls to provide notification that an animation has completed for the control.

The Sender parameter represents the class instance that triggered the event. The Animation parameter represents the TAnimation instance that has completed.
Image