menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class AnimationCompletedArgs - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class AnimationCompletedArgs

    Arguments for the AnimationCompletedEventHandler

    Inheritance
    System.Object
    AnimationCompletedArgs
    Namespace: Syncfusion.UI.Xaml.Controls.Notification
    Assembly: Syncfusion.SfHubTile.UWP.dll
    Syntax
    public class AnimationCompletedArgs : RoutedEventArgs
    Remarks

    Consists of a variable for ContentTransition

    Constructors

    AnimationCompletedArgs(ContentTransition)

    Initializes a new instance of the AnimationCompletedArgs class.

    Declaration
    public AnimationCompletedArgs(ContentTransition hubtileTransition)
    Parameters
    Type Name Description
    ContentTransition hubtileTransition

    ContentTransition of the Tile

    Properties

    HubTileTransition

    Gets the value for ContentTransition

    Declaration
    public ContentTransition HubTileTransition { get; }
    Property Value
    Type
    ContentTransition

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved