Class AnimationStatusEventArgs
Contains information about the way Animation has finished
Inheritance
Inherited Members
Namespace: Telerik.WinControls
Assembly: Telerik.WinControls.dll
Syntax
public class AnimationStatusEventArgs : EventArgs
Constructors
AnimationStatusEventArgs(RadObject)
AnimationStatusEventArgs(RadObject, Boolean)
Declaration
public AnimationStatusEventArgs(RadObject element, bool isAnimationInterrupt)
Parameters
RadObject
element
|
System.Boolean
isAnimationInterrupt
|
AnimationStatusEventArgs(RadObject, Boolean, Boolean)
Declaration
public AnimationStatusEventArgs(RadObject element, bool isAnimationInterrupt, bool registerValueAsLocal)
Parameters
RadObject
element
|
System.Boolean
isAnimationInterrupt
|
System.Boolean
registerValueAsLocal
|
Properties
Element
Gets the element (if it exists) associated with the specified animation.
Declaration
public RadElement Element { get; }
Property Value
RadElement
|
IsInterrupt
Gets value indicating whether the animation has been interrupted by another one.
Declaration
public bool IsInterrupt { get; }
Property Value
System.Boolean
|
Object
Gets the object associated with the specified animation.
Declaration
public RadObject Object { get; }
Property Value
RadObject
|
RegisterValueAsLocal
Gets value indicating whether the animation has been interrupted by another one.
Declaration
public bool RegisterValueAsLocal { get; }
Property Value
System.Boolean
|