Class
FadeAnimationEventArgs

Instances of this class contain information about the fade animation finished event of a popup control.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public class FadeAnimationEventArgs : EventArgs

Inheritance: objectEventArgsFadeAnimationEventArgs

Inherited Members EventArgs.Empty

Constructors

FadeAnimationEventArgs(bool)

Declaration

cs-api-definition
public FadeAnimationEventArgs(bool isFadingIn)

Parameters

isFadingIn

bool

Properties

IsFadingIn

Gets a boolean value determining the type of the fade animation.

Declaration

cs-api-definition
public bool IsFadingIn { get; }

Property Value

bool