'Declaration
Public Event TileUnchecked As EventHandler(Of TileEventArgs)
public event EventHandler<TileEventArgs> TileUnchecked
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