Back to Devexpress

BarManager Events

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

latest6.1 KB
Original Source

BarManager Events

The component that manages traditional bars and popup menus.

NameDescription
BeforeLoadLayoutOccurs before a layout is restored from storage (a stream, xml file or the system registry).
BeforePopupThis member supports the internal infrastructure, and is not intended to be used directly from your code.
CloseButtonClickFires when the close button is clicked.
CreateCustomizationFormOccurs before the Customization Window is displayed.
CreateToolbarAllows you to customize a bar when it is created.
CustomDrawItemAllows you to manually paint bar item links.
DisposedOccurs when the component is disposed by a call to the Dispose() method. Inherited from Component.
EditorKeyDownOccurs when a key is pressed within an in-place editor that belongs to the container component. Inherited from ComponentEditorContainer.
EditorKeyPressOccurs when a character key is pressed within an in-place editor that belongs to the container component. Inherited from ComponentEditorContainer.
EditorKeyUpOccurs when a pressed key is released within an in-place editor that belongs to the container component. Inherited from ComponentEditorContainer.
EndCustomizationOccurs when a user finishes customizing the BarManager.
HighlightedLinkChangedFires immediately after the highlighted link has been changed.
HyperlinkClickOccurs each time an end-user clicks a hyperlink within the BarManager control.
InitPopupThis is an internal event that should not be used.
ItemClickOccurs when a link within the bar is clicked.
ItemDoubleClickOccurs when a link is double clicked.
ItemPressFires immediately after any of the links associated with the Bar Manager has been pressed.
ItemRightClickOccurs when a user right-clicks an item in the BarManager.
LayoutUpgradeOccurs after a layout whose version doesn’t match the current layout’s version has been loaded from storage(a stream, xml file or system registry).
LoadFires when the manager is initialized.
MergeAllows you to customize menus and bars when a child MDI form is activated or maximized (depending on the BarManager.MdiMenuMergeStyle property value).
PopupThis member supports the internal infrastructure, and is not intended to be used directly from your code.
PressedLinkChangedFires immediately after a link has been pressed or released.
QueryShowPopupMenuOccurs when a control’s PopupContextMenu is about to appear.
ShortcutItemClickAllows you to stop a bar item’s shortcut that has been pressed from being processed by XtraBars.
ShowToolbarsContextMenuAllows you to modify the customization menu before it is displayed onscreen.
StartCustomizationOccurs when a user starts customizing the BarManager component.
UnMergeAllows you to customize menus and bars when a child MDI form becomes inactive or when it is restored or minimized from its maximized view (depending on the BarManager.MdiMenuMergeStyle property value).

See Also

BarManager Class

BarManager Members

DevExpress.XtraBars Namespace