Class AnimationCompletedArgs
Arguments for the AnimationCompletedEventHandler
Inheritance
System.Object
AnimationCompletedArgs
Namespace: Syncfusion.Windows.Controls.Notification
Assembly: Syncfusion.SfHubTile.Wpf.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 |