'Declaration
Public Event TileClicked As EventHandler(Of TileEventArgs)
public event EventHandler<TileEventArgs> TileClicked
Event Data
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. |
See Also