ClassAnimationEndedEventArgs
Class
Contains information about the Ended event.
Definition
Namespace:Telerik.Core
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
public class AnimationEndedEventArgs : CancelEventArgs
Inheritance: objectEventArgsCancelEventArgsAnimationEndedEventArgs
Inherited Members
Properties
AnimationInfo
Gets the UIElement that was animated by the animation for which the Ended event fires.
Declaration
cs-api-definition
public PlayAnimationInfo AnimationInfo { get; }
Property Value