Class TilesAnimationCompletedEventArgs
Event args for the Tiles Animation Complete event.
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Navigation.dll
Syntax
public class TilesAnimationCompletedEventArgs : RadRoutedEventArgs
Constructors
TilesAnimationCompletedEventArgs()
Initializes a new instance of the Tiles
Declaration
public TilesAnimationCompletedEventArgs()
TilesAnimationCompletedEventArgs(RoutedEvent, Object)
Initializes a new instance of the Tiles
Declaration
public TilesAnimationCompletedEventArgs(RoutedEvent routedEvent, object source)
Parameters
System. The routed event identifier for this instance of the RoutedEventArgs class. |
System. 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 Tiles
Declaration
public TilesAnimationCompletedEventArgs(RoutedEvent routedEvent, object source, IEnumerable<RadTileViewItem> animatedContainers)
Parameters
System. The routed event identifier for this instance of the RoutedEventArgs class. |
System. An alternate source that will be reported when the event is handled. This pre-populates the Source property. |
System. The animated containers. |
Properties
AnimatedContainers
Gets or sets the animated containers.
Declaration
public IEnumerable<RadTileViewItem> AnimatedContainers { get; }
Property Value
System. The animated containers. |