TdxBarInPlaceSubItem Events
An in-place subitem.Name | Description |
---|---|
OnAfterExpand | Occurs after the in-place subitem has been expanded. |
OnBeforeCollapse | Occurs before the expanded in-place subitem has been collapsed. |
OnClick | Allows you to respond to clicks on the bar item. Inherited from TdxBarItem. |
OnCloseUp protected | Occurs when a dropdown window closes. Inherited from TCustomdxBarSubItem. |
OnDestroy | This event occurs before the bar item is destroyed. Inherited from TdxBarItem. |
OnDetaching | Occurs when a user starts to drag the bar. Inherited from TCustomdxBarSubItem. |
OnGetData | Occurs prior to activation of the list stored in a container item on screen. Inherited from TCustomdxBarContainerItem. |
OnGetScreenTip | Inherited from TdxBarItem. |
OnPaintBar | Occurs when drawing a bar at the left side of the submenu. Inherited from TCustomdxBarSubItem. |
OnPopup protected | Occurs when a dropdown window opens. Inherited from TCustomdxBarSubItem. |
See Also