C1.Win.C1TileControl.4 Assembly > C1.Win.C1Tile Namespace > C1TileControl Class : TileClicked Event |
'Declaration Public Event TileClicked As System.EventHandler(Of TileEventArgs)
public event System.EventHandler<TileEventArgs> TileClicked
The event handler receives an argument of type TileEventArgs containing data related to this event. The following TileEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Tile | Gets the Tile object affected by the event. |