Delegate
AnimationEventHandler

Event raised during animation notifying the new size for the panel

Definition

Namespace:Telerik.WinControls.WindowAnimation

Assembly:Telerik.WinControls.dll

Syntax:

cs-api-definition
public delegate void AnimationEventHandler(object sender, AnimationEventArgs e)

Constructors

AnimationEventHandler(object, IntPtr)

Declaration

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

Parameters

object

object

method

IntPtr

Methods

BeginInvoke(object, AnimationEventArgs, AsyncCallback, object)

Declaration

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

Parameters

sender

object

e

AnimationEventArgs

callback

AsyncCallback

object

object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

Declaration

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

Parameters

result

IAsyncResult

Invoke(object, AnimationEventArgs)

Declaration

cs-api-definition
public virtual void Invoke(object sender, AnimationEventArgs e)

Parameters

sender

object

e

AnimationEventArgs