Back to Devexpress

TileBarItem Events

windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-tilebaritem-dot-underscore-events.md

latest3.0 KB
Original Source

TileBarItem Events

An item, rendered as a tile in the TileBar control.

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

See Also

TileBarItem Class

TileBarItem Members

DevExpress.XtraBars.Navigation Namespace