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