Class AnimationEventArgs
Inheritance
System.Object
System.EventArgs
AnimationEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.WindowAnimation
Assembly: Telerik.WinControls.dll
Syntax
public class AnimationEventArgs : EventArgs
Constructors
AnimationEventArgs(Object)
Declaration
public AnimationEventArgs(object animationValue)
Parameters
System.Object
animationValue
|
AnimationEventArgs(Object, Boolean)
Declaration
public AnimationEventArgs(object animationValue, bool finished)
Parameters
System.Object
animationValue
|
System.Boolean
finished
|
Properties
AnimationFinished
Declaration
public object AnimationFinished { get; }
Property Value
System.Object
|
AnimationValue
Declaration
public object AnimationValue { get; }
Property Value
System.Object
|