Back to Devexpress

BarSubItem Events

windowsforms-devexpress-dot-xtrabars-dot-barsubitem-dot-underscore-events.md

latest3.4 KB
Original Source

BarSubItem Events

A sub-menu that contains other bar items (including child sub-menus).

NameDescription
CloseUpOccurs when an item submenu closes. Inherited from BarCustomContainerItem.
DisposedOccurs when the component is disposed by a call to the Dispose() method. Inherited from Component.
GetItemDataAllows you to supply child items for the BarCustomContainerItem object, or to customize existing child items. Inherited from BarCustomContainerItem.
HyperlinkClickOccurs each time an end-user clicks a hyperlink within the current BarItem. Inherited from BarItem.
ItemClickOccurs when the current item is clicked. Inherited from BarItem.
ItemDoubleClickFires when a link to an item is double-clicked. Inherited from BarItem.
ItemPressFires immediately after a link associated with an item has been pressed. Inherited from BarItem.
ItemRightClickOccurs when a user right-clicks the BarItem. Inherited from BarItem.
LinkAddedFires immediately after a link has been added to the sub links collection. Inherited from BarLinkContainerItem.
LinkDeletedFires immediately after a link has been removed from the sub links collection. Inherited from BarLinkContainerItem.
PaintMenuBarEnables you to paint the content of the bar displayed to the left of the sub-menu. Inherited from BarCustomContainerItem.
PopupOccurs when an item’s submenu pops up. Inherited from BarCustomContainerItem.

See Also

BarSubItem Class

BarSubItem Members

DevExpress.XtraBars Namespace