AnimationClock Events
.NET Framework 3.0
| Name | Description | |
|---|---|---|
| Completed | Occurs when this clock has completely finished playing. (inherited from Clock) |
| CurrentGlobalSpeedInvalidated | Occurs when the clock's speed is updated. (inherited from Clock) |
| CurrentStateInvalidated | Occurs when the clock's CurrentState property is updated. (inherited from Clock) |
| CurrentTimeInvalidated | Occurs when this clock's CurrentTime becomes invalid. (inherited from Clock) |
| RemoveRequested | Occurs when the Remove method is called on this Clock or one of its parent clocks. (inherited from Clock) |