Class AnimationUpdatedEventArgs
Event for animation that has been updated.
public sealed record AnimationUpdatedEventArgs : EventArgs, IEquatable<EventArgs>, IEquatable<AnimationUpdatedEventArgs>
- Inheritance
-
EventArgsAnimationUpdatedEventArgs
- Implements
-
IEquatable<EventArgs>
- Inherited Members
-
EventArgs.ToString()EventArgs.GetHashCode()EventArgs.Equals(EventArgs)EventArgs.<Clone>$()EventArgs.BiDiEventArgs.AdditionalDataEventArgs.AdditionalMessageData
Constructors
AnimationUpdatedEventArgs(Animation)
Event for animation that has been updated.
public AnimationUpdatedEventArgs(Animation Animation)
Parameters
AnimationAnimationAnimation that was updated.
Properties
Animation
Animation that was updated.
public Animation Animation { get; init; }