ClassTilesAnimationCompletedEventArgs
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
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.
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.
source
An alternate source that will be reported when the event is handled. This pre-populates the Source property.
animatedContainers
The animated containers.
Properties
AnimatedContainers
Gets or sets the animated containers.
Declaration
public IEnumerable<RadTileViewItem> AnimatedContainers { get; }
Property Value
The animated containers.