ClassPreviewTileStateChangedEventArgs
Event args for the PreviewTileStateChanged event.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.Navigation.dll
Syntax:
public class PreviewTileStateChangedEventArgs : RadRoutedEventArgs
Inheritance: objectRadRoutedEventArgsPreviewTileStateChangedEventArgs
Constructors
PreviewTileStateChangedEventArgs()
Initializes a new instance of the PreviewTileStateChangedEventArgs class.
Declaration
public PreviewTileStateChangedEventArgs()
PreviewTileStateChangedEventArgs(RoutedEvent, object)
Initializes a new instance of the PreviewTileStateChangedEventArgs class.
Declaration
public PreviewTileStateChangedEventArgs(RoutedEvent routedEvent, object source)
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.
PreviewTileStateChangedEventArgs(TileViewItemState)
Initializes a new instance of the PreviewTileStateChangedEventArgs class.
Declaration
public PreviewTileStateChangedEventArgs(TileViewItemState tileState)
Parameters
tileState
State of the tile.
Properties
TileState
Gets the state of the tile.
Declaration
public TileViewItemState TileState { get; }
Property Value
The state of the tile.