AnimationTimeline Events
.NET Framework 3.0
| Name | Description | |
|---|---|---|
| Changed | Occurs when this Freezable or an object it contains is modified. (inherited from Freezable) |
| Completed | Occurs when this timeline has completely finished playing: it will no longer enter its active period. (inherited from Timeline) |
| CurrentGlobalSpeedInvalidated | Occurs when the rate at which time progresses for the timeline's clock changes. (inherited from Timeline) |
| CurrentStateInvalidated | Occurs when the CurrentState property of the timeline's Clock is updated. (inherited from Timeline) |
| CurrentTimeInvalidated | Occurs when the CurrentTime property of the timeline's Clock is updated. (inherited from Timeline) |
| RemoveRequested | Occurs when the clock created for this timeline or one of its parent timelines is removed. (inherited from Timeline) |