Class
AnimationStatusEventArgs

Contains information about the way Animation has finished

Definition

Namespace:Telerik.WinControls

Assembly:Telerik.WinControls.dll

Syntax:

cs-api-definition
public class AnimationStatusEventArgs : EventArgs

Inheritance: objectEventArgsAnimationStatusEventArgs

Inherited Members EventArgs.Empty

Constructors

AnimationStatusEventArgs(RadObject)

Declaration

cs-api-definition
public AnimationStatusEventArgs(RadObject element)

Parameters

element

RadObject

AnimationStatusEventArgs(RadObject, bool)

Declaration

cs-api-definition
public AnimationStatusEventArgs(RadObject element, bool isAnimationInterrupt)

Parameters

element

RadObject

isAnimationInterrupt

bool

AnimationStatusEventArgs(RadObject, bool, bool)

Declaration

cs-api-definition
public AnimationStatusEventArgs(RadObject element, bool isAnimationInterrupt, bool registerValueAsLocal)

Parameters

element

RadObject

isAnimationInterrupt

bool

registerValueAsLocal

bool

Properties

Element

Gets the element (if it exists) associated with the specified animation.

Declaration

cs-api-definition
public RadElement Element { get; }

Property Value

RadElement

IsInterrupt

Gets value indicating whether the animation has been interrupted by another one.

Declaration

cs-api-definition
public bool IsInterrupt { get; }

Property Value

bool

Object

Gets the object associated with the specified animation.

Declaration

cs-api-definition
public RadObject Object { get; }

Property Value

RadObject

RegisterValueAsLocal

Gets value indicating whether the animation has been interrupted by another one.

Declaration

cs-api-definition
public bool RegisterValueAsLocal { get; }

Property Value

bool