BaseTile Events
Provides base Tiles’ functionality.| Name | Description |
|---|---|
| CheckedChanged | Occurs when the current Tile‘s check state has been changed. |
| Click | Occurs when an end-user clicks the current Tile. |
| Disposed | Occurs when the component is disposed by a call to the Dispose() method. Inherited from Component. |
| Press | Occurs immediately after the BaseTile was pressed. |
See Also