Class
TilesAnimationCompletedEventArgs

Event args for the Tiles Animation Complete event.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.Navigation.dll

Syntax:

cs-api-definition
public class TilesAnimationCompletedEventArgs : RadRoutedEventArgs

Inheritance: objectRadRoutedEventArgsTilesAnimationCompletedEventArgs

Constructors

TilesAnimationCompletedEventArgs()

Initializes a new instance of the TilesAnimationCompletedEventArgs class.

Declaration

cs-api-definition
public TilesAnimationCompletedEventArgs()

TilesAnimationCompletedEventArgs(RoutedEvent, object)

Initializes a new instance of the TilesAnimationCompletedEventArgs class.

Declaration

cs-api-definition
public TilesAnimationCompletedEventArgs(RoutedEvent routedEvent, object source)

Parameters

routedEvent

RoutedEvent

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

source

object

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

TilesAnimationCompletedEventArgs(RoutedEvent, object, IEnumerable<RadTileViewItem>)

Initializes a new instance of the TilesAnimationCompletedEventArgs class.

Declaration

cs-api-definition
public TilesAnimationCompletedEventArgs(RoutedEvent routedEvent, object source, IEnumerable<RadTileViewItem> animatedContainers)

Parameters

routedEvent

RoutedEvent

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

source

object

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

animatedContainers

IEnumerable<RadTileViewItem>

The animated containers.

Properties

AnimatedContainers

Gets or sets the animated containers.

Declaration

cs-api-definition
public IEnumerable<RadTileViewItem> AnimatedContainers { get; }

Property Value

IEnumerable<RadTileViewItem>

The animated containers.