Class AnimationCanceledEventArgs
Event for when an animation has been cancelled.
public sealed class AnimationCanceledEventArgs : EventArgs
- Inheritance
-
AnimationCanceledEventArgs
- Inherited Members
Properties
Id
Id of the animation that was cancelled.
[JsonPropertyName("id")]
public string Id { get; set; }