Back to Devexpress

BarToolbarsListItem Events

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

latest3.6 KB
Original Source

BarToolbarsListItem Events

A bar item that represents a check list of bars owned by a Bar Manager, and dock panels owned by a dock manager.

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

BarToolbarsListItem Class

BarToolbarsListItem Members

DevExpress.XtraBars Namespace