Class
AnimationEventArgs

Definition

Namespace:Telerik.WinControls.WindowAnimation

Assembly:Telerik.WinControls.dll

Syntax:

cs-api-definition
public class AnimationEventArgs : EventArgs

Inheritance: objectEventArgsAnimationEventArgs

Inherited Members EventArgs.Empty

Constructors

AnimationEventArgs(object)

Declaration

cs-api-definition
public AnimationEventArgs(object animationValue)

Parameters

animationValue

object

AnimationEventArgs(object, bool)

Declaration

cs-api-definition
public AnimationEventArgs(object animationValue, bool finished)

Parameters

animationValue

object

finished

bool

Properties

AnimationFinished

Declaration

cs-api-definition
public object AnimationFinished { get; }

Property Value

object

AnimationValue

Declaration

cs-api-definition
public object AnimationValue { get; }

Property Value

object