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