Back to Devexpress

TileItem Events

windowsforms-devexpress-dot-xtraeditors-dot-tileitem-dot-underscore-events.md

latest2.3 KB
Original Source

TileItem Events

Provides the functionality of tile items.

NameDescription
CheckedChangedFires after the current TileItem‘s check state was changed.
CommandCanExecuteChangedOccurs when the CanExecute(Object) status of the Command has changed.
CommandChangedOccurs after the value of the Command property has changed.
CommandParameterChangedOccurs after the value of the CommandParameter property has changed.
DisposedOccurs when the component is disposed by a call to the Dispose() method. Inherited from Component.
ItemClickFires when a user clicks the current tile.
ItemDoubleClickOccurs when an end-user double-clicks the current TileItem.
ItemPressFires when a user presses the current tile.
RightItemClickFires after the current TileItem was clicked with the right mouse button.

See Also

TileItem Class

TileItem Members

DevExpress.XtraEditors Namespace