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