Back to Devexpress

TdxTileBar Events

vcl-dxtilebar-dot-tdxtilebar-dot-underscore-events.md

latest14.4 KB
Original Source

TdxTileBar Events

A tile bar control.

NameDescription
OnActionBarsHide protectedEnables you to respond to hiding action bars caused by specific actions and prohibits the change. Inherited from TdxCustomTileControl.
OnActionBarsShow protectedEnables you to respond to showing action bars caused by specific actions and prohibit the change. Inherited from TdxCustomTileControl.
OnAlignInsertBeforeInherited from TWinControl.
OnAlignPositionInherited from TWinControl.
OnCanResizeInherited from TControl.
OnClickInherited from TControl.
OnConstrainedResizeInherited from TControl.
OnContextPopupInherited from TControl.
OnDblClickInherited from TControl.
OnDockDropInherited from TWinControl.
OnDockOverInherited from TWinControl.
OnDragDropInherited from TControl.
OnDragOverInherited from TControl.
OnEndDockInherited from TControl.
OnEndDragInherited from TControl.
OnEnterInherited from TWinControl.
OnExitInherited from TWinControl.
OnFocusChanged protectedInherited from TcxControl.
OnGestureInherited from TControl.
OnGetSiteInfoInherited from TWinControl.
OnGetStoredPropertiesEnables you to customize a list of the tile control’s properties to be stored to external data stores. Inherited from TdxCustomTileControl.
OnGetStoredPropertyValueEnables you to provide values for the tile control’s properties to be saved to external data stores. Inherited from TdxCustomTileControl.
OnGroupDragBeginEnables you to forbid end-users to drag-and-drop specific tile groups within the control. Inherited from TdxCustomTileControl.
OnGroupDragEndNotifies that an end-user has dropped a dragged tile group at a specific position within the control. Inherited from TdxCustomTileControl.
OnGroupDragOverEnables you to prevent end-users from dropping a dragged tile group at a specific position within the control. Inherited from TdxCustomTileControl.
OnGroupRemoveWithLastItemEnables you to prevent automatic tile group destruction when its last item is removed or destroyed. Inherited from TdxCustomTileControl.
OnInitStoredObjectEnables you to initialize tile groups and items that are created when restoring the tile control’s settings from external data stores. Inherited from TdxCustomTileControl.
OnItemActivateDetailEnables you to respond to showing the detail page associated with a specified tile item. Inherited from TdxCustomTileControl.
OnItemBeforeCheckEnables you to prohibit switching the checked state of tile items. Inherited from TdxCustomTileControl.
OnItemCheckEnables you to respond to switching the checked state of tile items. Inherited from TdxCustomTileControl.
OnItemDeactivateDetailEnables you to respond to closing the detail page associated with a specified tile item. Inherited from TdxCustomTileControl.
OnItemDeactivatingDetailEnables you to prohibit the detail page associated with a specified tile item from closing. Inherited from TdxCustomTileControl.
OnItemDragBeginEnables you to prohibit end-users from moving tile items using drag and drop. Inherited from TdxCustomTileControl.
OnItemDragEndEnables you to respond to completing a drag-and-drop operation with tile items (dropping them). Inherited from TdxCustomTileControl.
OnItemDragOverEnables you to prohibit end-users from dropping tile items in certain groups. Inherited from TdxCustomTileControl.
OnItemFocusChangeEnables you to respond to moving focus to a specified tile item. Inherited from TdxCustomTileControl.
OnItemFocusChangingEnables you to prohibit moving focus to a specified tile item. Inherited from TdxCustomTileControl.
OnKeyDownInherited from TWinControl.
OnKeyPressInherited from TWinControl.
OnKeyUpInherited from TWinControl.
OnMouseActivateInherited from TControl.
OnMouseDownInherited from TControl.
OnMouseEnterOccurs when the mouse pointer enters into the control. Inherited from TcxControl.
OnMouseLeaveOccurs when the mouse pointer leaves the control. Inherited from TcxControl.
OnMouseMoveInherited from TControl.
OnMouseUpInherited from TControl.
OnMouseWheelInherited from TControl.
OnMouseWheelDownInherited from TControl.
OnMouseWheelUpInherited from TControl.
OnPopupActivateEnables you to respond to displaying the popup control associated with a specified tile item. Inherited from TdxCustomTileBar.
OnPopupActivatingEnables you to prevent the popup control associated with a specified tile item from displaying. Inherited from TdxCustomTileBar.
OnPopupDeactivateEnables you to respond to closing the popup control associated with a specified tile item. Inherited from TdxCustomTileBar.
OnPopupDeactivatingEnables you to prevent the popup control associated with a specified tile item from displaying. Inherited from TdxCustomTileBar.
OnResizeInherited from TControl.
OnSetStoredPropertyValueEnables you to restore the tile control’s property values from external data stores. Inherited from TdxCustomTileControl.
OnStartDockInherited from TControl.
OnStartDragInherited from TControl.
OnUnDockInherited from TWinControl.

See Also

TdxTileBar Class

TdxTileBar Members

dxTileBar Unit