Skip to main content
A newer version of this page is available. .

TileItem Events

Provides the functionality of tile items.
Name Description
CheckedChanged Fires after the current TileItem‘s check state was changed.
Disposed Occurs when the component is disposed by a call to the Dispose() method. Inherited from Component.
ItemClick Fires when an end-user clicks the current TileItem.
ItemDoubleClick Occurs when an end-user double-clicks the current TileItem.
ItemPress Fires when an end-user presses the current TileItem.
RightItemClick Fires after the current TileItem was clicked with the right mouse button.
See Also