Class FadeAnimationEventArgs
Instances of this class contain information about the fade animation finished event of a popup control.
Inheritance
System.Object
System.EventArgs
FadeAnimationEventArgs
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.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class FadeAnimationEventArgs : EventArgs
Constructors
FadeAnimationEventArgs(Boolean)
Declaration
public FadeAnimationEventArgs(bool isFadingIn)
Parameters
System.Boolean
isFadingIn
|
Properties
IsFadingIn
Gets a boolean value determining the type of the fade animation.
Declaration
public bool IsFadingIn { get; }
Property Value
System.Boolean
|