Class SfHubTile.AnimationCompletedEventHandler
Acts as an event handler when the animation is completed.
Inheritance
System.Object
SfHubTile.AnimationCompletedEventHandler
Assembly: Syncfusion.SfHubTile.UWP.dll
Syntax
public sealed class AnimationCompletedEventHandler : MulticastDelegate
Constructors
AnimationCompletedEventHandler(Object, IntPtr)
Declaration
public AnimationCompletedEventHandler(object object, IntPtr method)
Parameters
| Type |
Name |
Description |
| System.Object |
object |
|
| System.IntPtr |
method |
|
Methods
BeginInvoke(Object, AnimationCompletedArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object Sender, AnimationCompletedArgs args, AsyncCallback callback, object object)
Parameters
| Type |
Name |
Description |
| System.Object |
Sender |
|
| AnimationCompletedArgs |
args |
|
| System.AsyncCallback |
callback |
|
| System.Object |
object |
|
Returns
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
| Type |
Name |
Description |
| System.IAsyncResult |
result |
|
Invoke(Object, AnimationCompletedArgs)
Declaration
public virtual void Invoke(object Sender, AnimationCompletedArgs args)
Parameters
Extension Methods