Delegate
RadPopupFadeAnimationFinishedEventHandler

Represents a method which will handle the FadeAnimationFinished event.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public delegate void RadPopupFadeAnimationFinishedEventHandler(object sender, FadeAnimationEventArgs args)

Constructors

RadPopupFadeAnimationFinishedEventHandler(object, IntPtr)

Declaration

cs-api-definition
public RadPopupFadeAnimationFinishedEventHandler(object @object, IntPtr method)

Parameters

object

object

method

IntPtr

Methods

BeginInvoke(object, FadeAnimationEventArgs, AsyncCallback, object)

Declaration

cs-api-definition
public virtual IAsyncResult BeginInvoke(object sender, FadeAnimationEventArgs args, AsyncCallback callback, object @object)

Parameters

sender

object

args

FadeAnimationEventArgs

callback

AsyncCallback

object

object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

Declaration

cs-api-definition
public virtual void EndInvoke(IAsyncResult result)

Parameters

result

IAsyncResult

Invoke(object, FadeAnimationEventArgs)

Declaration

cs-api-definition
public virtual void Invoke(object sender, FadeAnimationEventArgs args)

Parameters

sender

object

args

FadeAnimationEventArgs