WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class AnimationCompletedArgs - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class AnimationCompletedArgs

    Arguments for the AnimationCompletedEventHandler

    Inheritance
    System.Object
    AnimationCompletedArgs
    Namespace: Syncfusion.Windows.Controls.Notification
    Assembly: Syncfusion.SfHubTile.Wpf.dll
    Syntax
    [CLSCompliant(false)]
    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 Description
    ContentTransition
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved