Class AnimationCreatedEventArgs
Event for each animation that has been created.
public sealed record AnimationCreatedEventArgs : EventArgs, IEquatable<EventArgs>, IEquatable<AnimationCreatedEventArgs>
- Inheritance
-
EventArgsAnimationCreatedEventArgs
- Implements
-
IEquatable<EventArgs>
- Inherited Members
-
EventArgs.ToString()EventArgs.GetHashCode()EventArgs.Equals(EventArgs)EventArgs.<Clone>$()EventArgs.BiDiEventArgs.AdditionalDataEventArgs.AdditionalMessageData
Constructors
AnimationCreatedEventArgs(string)
Event for each animation that has been created.
public AnimationCreatedEventArgs(string Id)
Parameters
IdstringId of the animation that was created.
Properties
Id
Id of the animation that was created.
public string Id { get; init; }