Class AutoGeneratingTileEventArgs
Provides data for the AutoGeneratingTile event.
Inheritance
System.Object
AutoGeneratingTileEventArgs
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.dll
Syntax
public class AutoGeneratingTileEventArgs : CancelEventArgs
Constructors
AutoGeneratingTileEventArgs(Tile)
Initializes a new instance of the AutoGeneratingTileEventArgs class.
Declaration
public AutoGeneratingTileEventArgs(Tile tile)
Parameters
Tile
tile
|
Properties
Tile
Gets or sets the tile to be generated.
Declaration
public Tile Tile { get; set; }
Property Value
Tile
|