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.
Name | Description |
---|---|
Active |
Fires after the panel’s active child has been changed. |
Active |
Fires after the active dock panel has been changed. |
Before |
Occurs before a layout is restored from storage (a stream, xml file or the system registry). |
Closed |
Occurs after a panel has been closed. |
Closing |
Occurs when a panel is closing. |
Collapsed |
Occurs when any auto-hide Dock |
Collapsing |
Occurs when any auto-hide Dock |
Create |
Fires after an auto hide container has been created. |
Create |
Allows you to prevent dock panels from being resized using the mouse at specific borders and corners. |
Destroy |
Fires before an auto hide container has been destroyed. |
Disposed | Occurs when the component is disposed by a call to the Dispose() method. Inherited from Component. |
Docking | Fires repeatedly while a dock panel is being dragged. |
End |
Fires immediately after a docking operation on a dock panel has finished. |
End |
Fires after a resize operation on a dock panel has finished. |
Expanded |
Occurs when any auto-hide Dock |
Expanding |
Occurs when any auto-hide Dock |
Layout |
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). |
Load | Fires after the docking layout has been loaded. |
Popup |
Occurs when a context menu is about to be displayed. |
Register |
Occurs when a new panel is registered within the dock manager. |
Restore |
Occurs when a saved layout is invalid and cannot be restored. Allows you to fix restore layout exceptions. |
Showing |
Occurs when an end-user drags a Dock |
Sizing | Fires when the dock panel is being resized. |
Start |
Fires when a docking operation starts. |
Start |
Enables specifying whether end-users can resize the dock panels. |
Tabbed |
Occurs when a panel’s Dock |
Tabs |
Fires after a dock panel’s Dock |
Tabs |
Occurs when a panel’s Dock |
Unregister |
Occurs when a panel is removed from the dock manager. |
Visibility |
Fires after the visible state of any dock panel owned by the dock manager has been changed. |
See Also