Class
TileStateChangedEventArgs

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:

cs-api-definition
public class TileStateChangedEventArgs : RadRoutedEventArgs

Inheritance: objectRadRoutedEventArgsTileStateChangedEventArgs

Constructors

TileStateChangedEventArgs()

Initializes a new instance of the TileStateChangedEventArgs class.

Declaration

cs-api-definition
public TileStateChangedEventArgs()

TileStateChangedEventArgs(RoutedEvent, object, TileViewItemState, TileViewItemState)

Initializes a new instance of the TileStateChangedEventArgs class.

Declaration

cs-api-definition
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

object

An alternate source that will be reported when the event is handled. This pre-populates the Source property.

tileState

TileViewItemState

State of the tile.

oldState

TileViewItemState

The old state.

Properties

OldTileState

Gets or sets the old state of the tile.

Declaration

cs-api-definition
public TileViewItemState OldTileState { get; }

Property Value

TileViewItemState

TileState

Gets the state of the tile.

Declaration

cs-api-definition
public TileViewItemState TileState { get; }

Property Value

TileViewItemState