Back to Devexpress

TileContainer Events

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-windowsui-dot-tilecontainer-dot-underscore-events.md

latest5.1 KB
Original Source

TileContainer Events

A WindowsUI View container that displays Tiles and unites them in multiple groups.

NameDescription
ActionCustomizationOccurs whenever Navigation Bars within the current BaseContentContainer are to be displayed. Allows you to customize this container’s Navigation Bar Actions. Inherited from BaseContentContainer.
ActualActionsChangedFires when the current Content Container‘s actions collection changes. Inherited from BaseContentContainer.
ButtonCheckedOccurs when a Custom Button within the current Content Container is checked. Inherited from BaseContentContainer.
ButtonClickOccurs when a regular Custom Button within the current Content Container is clicked. Inherited from BaseContentContainer.
ButtonUncheckedOccurs when a Custom Button within the current Content Container is checked. Inherited from BaseContentContainer.
CheckedChangedOccurs when any Tile‘s checked state within the current TileContainer was changed.
ClickOccurs after any Tile within the current TileContainer was clicked.
DisposedOccurs when the component is disposed by a call to the Dispose() method. Inherited from Component.
EndItemDraggingOccurs when an end-user drops a TileItem after dragging.
PressOccurs immediately after a Tile within the current TileContainer is pressed.
StartItemDraggingOccurs whenever an end-user starts dragging a TileContainer‘s tile.

See Also

TileContainer Class

TileContainer Members

DevExpress.XtraBars.Docking2010.Views.WindowsUI Namespace