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