|
RenderingTimerCompleted Event |
Event that is raised when the animation is completed.
Namespace: Ab3d.CommonAssembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax Remarks
If
RepeatForever value is false (by default) the animation is complete when
Progress value reaches 1.
If RepeatForever is true, the animation is completed only when the
Stop method is called.
See Also