Class
PreviewTileStateChangedEventArgs

Event args for the PreviewTileStateChanged event.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.Navigation.dll

Syntax:

cs-api-definition
public class PreviewTileStateChangedEventArgs : RadRoutedEventArgs

Inheritance: objectRadRoutedEventArgsPreviewTileStateChangedEventArgs

Constructors

PreviewTileStateChangedEventArgs()

Initializes a new instance of the PreviewTileStateChangedEventArgs class.

Declaration

cs-api-definition
public PreviewTileStateChangedEventArgs()

PreviewTileStateChangedEventArgs(RoutedEvent, object)

Initializes a new instance of the PreviewTileStateChangedEventArgs class.

Declaration

cs-api-definition
public PreviewTileStateChangedEventArgs(RoutedEvent routedEvent, object source)

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.

PreviewTileStateChangedEventArgs(TileViewItemState)

Initializes a new instance of the PreviewTileStateChangedEventArgs class.

Declaration

cs-api-definition
public PreviewTileStateChangedEventArgs(TileViewItemState tileState)

Parameters

tileState

TileViewItemState

State of the tile.

Properties

TileState

Gets the state of the tile.

Declaration

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

Property Value

TileViewItemState

The state of the tile.