Skip to main content

XRDesignBarManager Events

Provides bars to the End-User Report Designer.
Name Description
BeforeLoadLayout Occurs before a layout is restored from storage (a stream, xml file or the system registry). Inherited from BarManager.
BeforePopup This member supports the internal infrastructure, and is not intended to be used directly from your code. Inherited from BarManager.
CloseButtonClick Fires when the close button is clicked. Inherited from BarManager.
CreateCustomizationForm Occurs before the Customization Window is displayed. Inherited from BarManager.
CreateToolbar Allows you to customize a bar when it is created. Inherited from BarManager.
CustomDrawItem Allows you to manually paint bar item links. Inherited from BarManager.
Disposed Occurs when the component is disposed by a call to the Dispose() method. Inherited from Component.
EditorKeyDown Occurs when a key is pressed within an in-place editor that belongs to the container component. Inherited from ComponentEditorContainer.
EditorKeyPress Occurs when a character key is pressed within an in-place editor that belongs to the container component. Inherited from ComponentEditorContainer.
EditorKeyUp Occurs when a pressed key is released within an in-place editor that belongs to the container component. Inherited from ComponentEditorContainer.
EndCustomization Occurs when a user finishes customizing the BarManager. Inherited from BarManager.
HighlightedLinkChanged Fires immediately after the highlighted link has been changed. Inherited from BarManager.
HyperlinkClick Occurs each time an end-user clicks a hyperlink within the BarManager control. Inherited from BarManager.
InitPopup This is an internal event that should not be used. Inherited from BarManager.
ItemClick Occurs when a link within the bar is clicked. Inherited from BarManager.
ItemDoubleClick Occurs when a link is double clicked. Inherited from BarManager.
ItemPress Fires immediately after any of the links associated with the Bar Manager has been pressed. Inherited from BarManager.
LayoutUpgrade Occurs 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). Inherited from BarManager.
Load Fires when the manager is initialized. Inherited from BarManager.
Merge Allows you to customize menus and bars when a child MDI form is activated or maximized (depending on the BarManager.MdiMenuMergeStyle property value). Inherited from BarManager.
Popup This member supports the internal infrastructure, and is not intended to be used directly from your code. Inherited from BarManager.
PressedLinkChanged Fires immediately after a link has been pressed or released. Inherited from BarManager.
QueryShowPopupMenu Occurs when a control’s PopupContextMenu is about to appear. Inherited from BarManager.
ShortcutItemClick Allows you to stop a bar item’s shortcut that has been pressed from being processed by XtraBars. Inherited from BarManager.
ShowToolbarsContextMenu Allows you to modify the customization menu before it is displayed onscreen. Inherited from BarManager.
StartCustomization Occurs when a user starts customizing the BarManager component. Inherited from BarManager.
UnMerge Allows 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). Inherited from BarManager.
See Also