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

Definition

Namespace:Telerik.WinControls.WindowAnimation

Assembly:Telerik.WinControls.dll

Syntax:

C#
public class AnimationEventArgs : EventArgs

Inheritance: objectEventArgsAnimationEventArgs

Inherited Members EventArgs.Empty

Constructors

C#
public AnimationEventArgs(object animationValue, bool finished)
Parameters:animationValueobjectfinishedbool
C#
public AnimationEventArgs(object animationValue)
Parameters:animationValueobject

Properties

C#
public object AnimationFinished { get; }
C#
public object AnimationValue { get; }