Delegate RadPopupFadeAnimationFinishedEventHandler
Represents a method which will handle the FadeAnimationFinished event.
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public delegate void RadPopupFadeAnimationFinishedEventHandler(object sender, FadeAnimationEventArgs args);
Parameters
System. Represents the event sender. |
Fade Represents the Fade |
Constructors
RadPopupFadeAnimationFinishedEventHandler(Object, IntPtr)
Declaration
public RadPopupFadeAnimationFinishedEventHandler(object object, IntPtr method)
Parameters
System.
|
System.
|
Methods
BeginInvoke(Object, FadeAnimationEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, FadeAnimationEventArgs args, AsyncCallback callback, object object)
Parameters
System.
|
Fade
|
System.
|
System.
|
Returns
System.
|
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
System.
|
Invoke(Object, FadeAnimationEventArgs)
Declaration
public virtual void Invoke(object sender, FadeAnimationEventArgs args)
Parameters
System.
|
Fade
|