AnimationEventHandler
Delegate
Event raised during animation notifying the new size for the panel
Definition
Namespace:Telerik.WinControls.WindowAnimation
Assembly:Telerik.WinControls.dll
Syntax:
C#
public delegate void AnimationEventHandler(object sender, AnimationEventArgs e)
Constructors
Methods
C#
public virtual IAsyncResult BeginInvoke(object sender, AnimationEventArgs e, AsyncCallback callback, object @object)
C#
public virtual void Invoke(object sender, AnimationEventArgs e)