Class PreviewTileStateChangedEventArgs
Event args for the PreviewTileStateChanged event.
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Navigation.dll
Syntax
public class PreviewTileStateChangedEventArgs : RadRoutedEventArgs
Constructors
PreviewTileStateChangedEventArgs()
Initializes a new instance of the Preview
Declaration
public PreviewTileStateChangedEventArgs()
PreviewTileStateChangedEventArgs(RoutedEvent, Object)
Initializes a new instance of the Preview
Declaration
public PreviewTileStateChangedEventArgs(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. |
PreviewTileStateChangedEventArgs(TileViewItemState)
Initializes a new instance of the Preview
Declaration
public PreviewTileStateChangedEventArgs(TileViewItemState tileState)
Parameters
Tile State of the tile. |
Properties
TileState
Gets the state of the tile.
Declaration
public TileViewItemState TileState { get; }
Property Value
Tile The state of the tile. |