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