Click or drag to resize
AB4D logo

RenderingTimerCompleted Event

Event that is raised when the animation is completed.

Namespace: Ab3d.Common
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public event EventHandler Completed

Value

EventHandler
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