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.Object
sender
Represents the event sender. |
FadeAnimationEventArgs
args
Represents the FadeAnimationEventArgsevent arguments |
Constructors
RadPopupFadeAnimationFinishedEventHandler(Object, IntPtr)
Declaration
public RadPopupFadeAnimationFinishedEventHandler(object object, IntPtr method)
Parameters
System.Object
object
|
System.IntPtr
method
|
Methods
BeginInvoke(Object, FadeAnimationEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, FadeAnimationEventArgs args, AsyncCallback callback, object object)
Parameters
System.Object
sender
|
FadeAnimationEventArgs
args
|
System.AsyncCallback
callback
|
System.Object
object
|
Returns
System.IAsyncResult
|
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
System.IAsyncResult
result
|
Invoke(Object, FadeAnimationEventArgs)
Declaration
public virtual void Invoke(object sender, FadeAnimationEventArgs args)
Parameters
System.Object
sender
|
FadeAnimationEventArgs
args
|