New to Telerik UI for WPFStart a free 30-day trial

Event args for the Tiles Animation Complete event.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.Navigation.dll

Syntax:

C#
public class TilesAnimationCompletedEventArgs : RadRoutedEventArgs

Inheritance: objectRadRoutedEventArgsTilesAnimationCompletedEventArgs

Constructors

Initializes a new instance of the TilesAnimationCompletedEventArgs class.

C#
public TilesAnimationCompletedEventArgs()

Initializes a new instance of the TilesAnimationCompletedEventArgs class.

C#
public TilesAnimationCompletedEventArgs(RoutedEvent routedEvent, object source, IEnumerable<RadTileViewItem> animatedContainers)
Parameters:routedEventRoutedEvent

The routed event identifier for this instance of the RoutedEventArgs class.

sourceobject

An 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.

C#
public TilesAnimationCompletedEventArgs(RoutedEvent routedEvent, object source)
Parameters:routedEventRoutedEvent

The routed event identifier for this instance of the RoutedEventArgs class.

sourceobject

An alternate source that will be reported when the event is handled. This pre-populates the Source property.

Properties

Gets or sets the animated containers.

C#
public IEnumerable<RadTileViewItem> AnimatedContainers { get; }
Property Value:

The animated containers.