Delegate AnimationEventHandler
Event raised during animation notifying the new size for the panel
Namespace: Telerik.WinControls.WindowAnimation
Assembly: Telerik.WinControls.dll
Syntax
public delegate void AnimationEventHandler(object sender, AnimationEventArgs e);
Parameters
System.Object
sender
the object sending the notification |
AnimationEventArgs
e
the new size for the window collasping/expanding |
Constructors
AnimationEventHandler(Object, IntPtr)
Declaration
public AnimationEventHandler(object object, IntPtr method)
Parameters
System.Object
object
|
System.IntPtr
method
|
Methods
BeginInvoke(Object, AnimationEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, AnimationEventArgs e, AsyncCallback callback, object object)
Parameters
System.Object
sender
|
AnimationEventArgs
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, AnimationEventArgs)
Declaration
public virtual void Invoke(object sender, AnimationEventArgs e)
Parameters
System.Object
sender
|
AnimationEventArgs
e
|