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