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