ClassTileStateChangedEventArgs
Represents the event arguments for the TileStateChanged event in the TileView control.
Definition
Namespace:Telerik.Windows.Controls.TileView
Assembly:Telerik.Windows.Controls.Navigation.dll
Syntax:
public class TileStateChangedEventArgs : RadRoutedEventArgs
Inheritance: objectRadRoutedEventArgsTileStateChangedEventArgs
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.
source
An alternate source that will be reported when the event is handled. This pre-populates the Source property.
tileState
State of the tile.
oldState
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; }
Property Value