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