Back to Devexpress

TdxCustomTileBar Events

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

latest14.4 KB
Original Source

TdxCustomTileBar Events

The base class for 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.
OnGetStoredProperties protectedEnables you to customize a list of the tile control’s properties to be stored to external data stores. Inherited from TdxCustomTileControl.
OnGetStoredPropertyValue protectedEnables you to provide values for the tile control’s properties to be saved to external data stores. Inherited from TdxCustomTileControl.
OnGroupDragBegin protectedEnables you to forbid end-users to drag-and-drop specific tile groups within the control. Inherited from TdxCustomTileControl.
OnGroupDragEnd protectedNotifies that an end-user has dropped a dragged tile group at a specific position within the control. Inherited from TdxCustomTileControl.
OnGroupDragOver protectedEnables you to prevent end-users from dropping a dragged tile group at a specific position within the control. Inherited from TdxCustomTileControl.
OnGroupRemoveWithLastItem protectedEnables you to prevent automatic tile group destruction when its last item is removed or destroyed. Inherited from TdxCustomTileControl.
OnInitStoredObject protectedEnables you to initialize tile groups and items that are created when restoring the tile control’s settings from external data stores. Inherited from TdxCustomTileControl.
OnItemActivateDetail protectedEnables you to respond to showing the detail page associated with a specified tile item. Inherited from TdxCustomTileControl.
OnItemBeforeCheck protectedEnables you to prohibit switching the checked state of tile items. Inherited from TdxCustomTileControl.
OnItemCheck protectedEnables you to respond to switching the checked state of tile items. Inherited from TdxCustomTileControl.
OnItemDeactivateDetail protectedEnables you to respond to closing the detail page associated with a specified tile item. Inherited from TdxCustomTileControl.
OnItemDeactivatingDetail protectedEnables you to prohibit the detail page associated with a specified tile item from closing. Inherited from TdxCustomTileControl.
OnItemDragBegin protectedEnables you to prohibit end-users from moving tile items using drag and drop. Inherited from TdxCustomTileControl.
OnItemDragEnd protectedEnables you to respond to completing a drag-and-drop operation with tile items (dropping them). Inherited from TdxCustomTileControl.
OnItemDragOver protectedEnables you to prohibit end-users from dropping tile items in certain groups. Inherited from TdxCustomTileControl.
OnItemFocusChange protectedEnables you to respond to moving focus to a specified tile item. Inherited from TdxCustomTileControl.
OnItemFocusChanging protectedEnables 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.
OnMouseEnter protectedOccurs when the mouse pointer enters into the control. Inherited from TcxControl.
OnMouseLeave protectedOccurs 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.
OnPopupActivate protectedEnables you to respond to displaying the popup control associated with a specified tile item.
OnPopupActivating protectedEnables you to prevent the popup control associated with a specified tile item from displaying.
OnPopupDeactivate protectedEnables you to respond to closing the popup control associated with a specified tile item.
OnPopupDeactivating protectedEnables you to prevent the popup control associated with a specified tile item from displaying.
OnResizeInherited from TControl.
OnSetStoredPropertyValue protectedEnables 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

TdxCustomTileBar Class

TdxCustomTileBar Members

dxTileBar Unit