WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Delegate SfHubTile.AnimationCompletedEventHandler - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Delegate SfHubTile.AnimationCompletedEventHandler

    Acts as an event handler when the animation is completed.

    Namespace: Syncfusion.Windows.Controls.Notification
    Assembly: Syncfusion.SfHubTile.Wpf.dll
    Syntax
    public delegate void AnimationCompletedEventHandler(object Sender, AnimationCompletedArgs args);
    Parameters
    Type Name Description
    System.Object Sender

    The Source of the event

    AnimationCompletedArgs args

    Event arguments

    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
    Type Description
    System.IAsyncResult

    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
    Type Name Description
    System.Object Sender
    AnimationCompletedArgs args
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved