|
AnimationControllerAnimationCompleted Event |
AnimationCompleted is fired when the animation is completed.
Animation can be completed only when
AutoRepeat is false.
In case AutoRepeat and
AutoReverse are false the animation is completed when the
LastFrameNumber is reached;
when AutoReverse is true, the animation is completed when the first frame is reached again (after reversing back from the last frame).
This event is not fired when
StopAnimation method is called by the user (use
AnimationStopped in this case).
The event is only fired when
StartAnimation(Boolean) or
StartAnimation(Double, Boolean) method is called without parameters or with subscribeToRenderingEvent parameter set to true.
Namespace: Ab3d.AnimationAssembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax public event EventHandler AnimationCompleted
Value
EventHandlerSee Also