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

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:

C#
public class FadeAnimationEventArgs : EventArgs

Inheritance: objectEventArgsFadeAnimationEventArgs

Inherited Members EventArgs.Empty

Constructors

C#
public FadeAnimationEventArgs(bool isFadingIn)
Parameters:isFadingInbool

Properties

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

C#
public bool IsFadingIn { get; }