Delegate AnimationStartedEventHandler
AnimationStartedEventHandler delegate
Namespace: Telerik.WinControls
Assembly: Telerik.WinControls.dll
Syntax
public delegate void AnimationStartedEventHandler(object sender, AnimationStatusEventArgs e);
Parameters
System.Object
sender
|
AnimationStatusEventArgs
e
|
Constructors
AnimationStartedEventHandler(Object, IntPtr)
Declaration
public AnimationStartedEventHandler(object object, IntPtr method)
Parameters
System.Object
object
|
System.IntPtr
method
|
Methods
BeginInvoke(Object, AnimationStatusEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, AnimationStatusEventArgs e, AsyncCallback callback, object object)
Parameters
System.Object
sender
|
AnimationStatusEventArgs
e
|
System.AsyncCallback
callback
|
System.Object
object
|
Returns
System.IAsyncResult
|
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
System.IAsyncResult
result
|
Invoke(Object, AnimationStatusEventArgs)
Declaration
public virtual void Invoke(object sender, AnimationStatusEventArgs e)
Parameters
System.Object
sender
|
AnimationStatusEventArgs
e
|