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. the object sending the notification |
Animation the new size for the window collasping/expanding |
Constructors
AnimationEventHandler(Object, IntPtr)
Declaration
public AnimationEventHandler(object object, IntPtr method)
Parameters
System.
|
System.
|
Methods
BeginInvoke(Object, AnimationEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, AnimationEventArgs e, AsyncCallback callback, object object)
Parameters
System.
|
Animation
|
System.
|
System.
|
Returns
System.
|
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
System.
|
Invoke(Object, AnimationEventArgs)
Declaration
public virtual void Invoke(object sender, AnimationEventArgs e)
Parameters
System.
|
Animation
|