Class TileStateChangedEventArgs
Namespace: Telerik.Windows.Controls.TileView
Assembly: Telerik.Windows.Controls.Navigation.dll
Syntax
public class TileStateChangedEventArgs : RadRoutedEventArgs
Constructors
TileStateChangedEventArgs()
Initializes a new instance of the Tile
Declaration
public TileStateChangedEventArgs()
TileStateChangedEventArgs(RoutedEvent, Object, TileViewItemState, TileViewItemState)
Initializes a new instance of the Tile
Declaration
public TileStateChangedEventArgs(RoutedEvent routedEvent, object source, TileViewItemState tileState, TileViewItemState oldState)
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. |
Tile State of the tile. |
Tile The old state. |
Properties
OldTileState
Gets or sets the old state of the tile.
Declaration
public TileViewItemState OldTileState { get; }
Property Value
TileState
Gets the state of the tile.
Declaration
public TileViewItemState TileState { get; }