Contains information about the way Animation has finished
Definition
Namespace:Telerik.WinControls
Assembly:Telerik.WinControls.dll
Syntax:
C#
public class AnimationStatusEventArgs : EventArgs
Inheritance: objectEventArgsAnimationStatusEventArgs
Inherited Members
Constructors
Properties
Gets the element (if it exists) associated with the specified animation.
C#
public RadElement Element { get; }
Gets value indicating whether the animation has been interrupted by another one.
C#
public bool IsInterrupt { get; }
Gets the object associated with the specified animation.
C#
public RadObject Object { get; }
Gets value indicating whether the animation has been interrupted by another one.
C#
public bool RegisterValueAsLocal { get; }