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

Represents a method which will handle the FadeAnimationFinished event.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

C#
public delegate void RadPopupFadeAnimationFinishedEventHandler(object sender, FadeAnimationEventArgs args)

Constructors

C#
public RadPopupFadeAnimationFinishedEventHandler(object @object, IntPtr method)
Parameters:objectobjectmethodIntPtr

Methods

C#
public virtual IAsyncResult BeginInvoke(object sender, FadeAnimationEventArgs args, AsyncCallback callback, object @object)
Parameters:senderobjectargsFadeAnimationEventArgscallbackAsyncCallbackobjectobjectReturns:

IAsyncResult

C#
public virtual void EndInvoke(IAsyncResult result)
Parameters:resultIAsyncResult
C#
public virtual void Invoke(object sender, FadeAnimationEventArgs args)
Parameters:senderobjectargsFadeAnimationEventArgs