Back to Devexpress

DockManager Events

windowsforms-devexpress-dot-xtrabars-dot-docking-dot-dockmanager-dot-underscore-events.md

latest6.8 KB
Original Source

DockManager Events

The component that allows you to create docked, floating and/or auto-hidden dock panels inside a form or user control. See Docking Library.

NameDescription
ActiveChildChangedFires after the panel’s active child has been changed.
ActivePanelChangedFires after the active dock panel has been changed.
BeforeLoadLayoutOccurs before a layout is restored from storage (a stream, xml file or the system registry).
ClosedPanelOccurs after a panel has been closed.
ClosingPanelOccurs when a panel is closing.
CollapsedOccurs when any auto-hide DockPanel within the current DockManager is completely hidden.
CollapsingOccurs when any auto-hide DockPanel within the current DockManager is about to hide.
CreateAutoHideContainerFires after an auto hide container has been created.
CreateResizeZoneAllows you to prevent dock panels from being resized using the mouse at specific borders and corners.
DestroyAutoHideContainerFires before an auto hide container has been destroyed.
DisposedOccurs when the component is disposed by a call to the Dispose() method. Inherited from Component.
DockingFires repeatedly while a dock panel is being dragged.
EndDockingFires immediately after a docking operation on a dock panel has finished.
EndSizingFires after a resize operation on a dock panel has finished.
ExpandedOccurs when any auto-hide DockPanel within the current DockManager is completely shown.
ExpandingOccurs when any auto-hide DockPanel within the current DockManager is about to be displayed.
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 after the docking layout has been loaded.
PopupMenuShowingOccurs when a context menu is about to be displayed.
RegisterDockPanelOccurs when a new panel is registered within the dock manager.
RestoreLayoutErrorOccurs when a saved layout is invalid and cannot be restored. Allows you to fix restore layout exceptions.
ShowingDockGuidesOccurs when an end-user drags a DockPanel into another panel and allows you to hide specific dock hints and guides. If the DocumentManager component is also present on the form, handle its BaseView.ShowingDockGuides event to control which dock hints should be visible when a user drags a panel over this component.
SizingFires when the dock panel is being resized.
StartDockingFires when a docking operation starts.
StartSizingEnables specifying whether end-users can resize the dock panels.
TabbedChangedOccurs when a panel’s DockPanel.Tabbed property is changed.
TabsPositionChangedFires after a dock panel’s DockPanel.TabsPosition property has been changed.
TabsScrollChangedOccurs when a panel’s DockPanel.TabsScroll property is changed.
UnregisterDockPanelOccurs when a panel is removed from the dock manager.
VisibilityChangedFires after the visible state of any dock panel owned by the dock manager has been changed.

See Also

DockManager Class

DockManager Members

DevExpress.XtraBars.Docking Namespace