DelegateAnimationEventHandler
Delegate
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
Methods
BeginInvoke(object, AnimationEventArgs, AsyncCallback, object)
Declaration
cs-api-definition
public virtual IAsyncResult BeginInvoke(object sender, AnimationEventArgs e, AsyncCallback callback, object @object)
Parameters
sender
e
callback
object
Returns
EndInvoke(IAsyncResult)
Declaration
cs-api-definition
public virtual void EndInvoke(IAsyncResult result)
Parameters
result
Invoke(object, AnimationEventArgs)
Declaration
cs-api-definition
public virtual void Invoke(object sender, AnimationEventArgs e)
Parameters
sender
e