Class AnimationStartedEventArgs
Event for animation that has been started.
public sealed class AnimationStartedEventArgs : EventArgs
- Inheritance
-
AnimationStartedEventArgs
- Inherited Members
Properties
Animation
Animation that was started.
[JsonPropertyName("animation")]
public Animation Animation { get; set; }