New to Telerik UI for WPFStart a free 30-day trial

Event args for the PreviewTileStateChanged event.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.Navigation.dll

Syntax:

C#
public class PreviewTileStateChangedEventArgs : RadRoutedEventArgs

Inheritance: objectRadRoutedEventArgsPreviewTileStateChangedEventArgs

Constructors

Initializes a new instance of the PreviewTileStateChangedEventArgs class.

C#
public PreviewTileStateChangedEventArgs()

Initializes a new instance of the PreviewTileStateChangedEventArgs class.

C#
public PreviewTileStateChangedEventArgs(RoutedEvent routedEvent, object source)
Parameters:routedEventRoutedEvent

The routed event identifier for this instance of the RoutedEventArgs class.

sourceobject

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

Initializes a new instance of the PreviewTileStateChangedEventArgs class.

C#
public PreviewTileStateChangedEventArgs(TileViewItemState tileState)
Parameters:tileStateTileViewItemState

State of the tile.

Properties

Gets the state of the tile.

C#
public TileViewItemState TileState { get; }
Property Value:

The state of the tile.