Event args for the PreviewTileStateChanged event.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.Navigation.dll
Syntax:
C#
public class PreviewTileStateChangedEventArgs : RadRoutedEventArgs
Inheritance: objectRadRoutedEventArgsPreviewTileStateChangedEventArgs
Constructors
Initializes a new instance of the PreviewTileStateChangedEventArgs class.
C#
public PreviewTileStateChangedEventArgs()
Initializes a new instance of the PreviewTileStateChangedEventArgs class.
C#
public PreviewTileStateChangedEventArgs(RoutedEvent routedEvent, object source)
The routed event identifier for this instance of the RoutedEventArgs class.
sourceobjectAn alternate source that will be reported when the event is handled. This pre-populates the Source property.
Initializes a new instance of the PreviewTileStateChangedEventArgs class.
C#
public PreviewTileStateChangedEventArgs(TileViewItemState tileState)
State of the tile.
Properties
Gets the state of the tile.
C#
public TileViewItemState TileState { get; }
The state of the tile.