New to Telerik UI for WinFormsStart a free 30-day trial

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 EventArgs.Empty

Constructors

C#
public AnimationStatusEventArgs(RadObject element, bool isAnimationInterrupt, bool registerValueAsLocal)
Parameters:elementRadObjectisAnimationInterruptboolregisterValueAsLocalbool
C#
public AnimationStatusEventArgs(RadObject element, bool isAnimationInterrupt)
Parameters:elementRadObjectisAnimationInterruptbool
C#
public AnimationStatusEventArgs(RadObject element)
Parameters:elementRadObject

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; }