Event args for the Tiles Animation Complete event.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.Navigation.dll
Syntax:
public class TilesAnimationCompletedEventArgs : RadRoutedEventArgs
Inheritance: objectRadRoutedEventArgsTilesAnimationCompletedEventArgs
Constructors
Initializes a new instance of the TilesAnimationCompletedEventArgs class.
public TilesAnimationCompletedEventArgs()
Initializes a new instance of the TilesAnimationCompletedEventArgs class.
public TilesAnimationCompletedEventArgs(RoutedEvent routedEvent, object source, IEnumerable<RadTileViewItem> animatedContainers)
The routed event identifier for this instance of the RoutedEventArgs class.
sourceobjectAn alternate source that will be reported when the event is handled. This pre-populates the Source property.
animatedContainersIEnumerable<RadTileViewItem>The animated containers.
Initializes a new instance of the TilesAnimationCompletedEventArgs class.
public TilesAnimationCompletedEventArgs(RoutedEvent routedEvent, object source)
The routed event identifier for this instance of the RoutedEventArgs class.
sourceobjectAn alternate source that will be reported when the event is handled. This pre-populates the Source property.
Properties
Gets or sets the animated containers.
public IEnumerable<RadTileViewItem> AnimatedContainers { get; }
The animated containers.