Namespace HeBianGu.Control.Dock
Classes
- AnchorableClosedEventArgs
Implements an event that can be raised to inform the client application about an anchorable that been closed and removed its content (viewmodel) from the docking framework.
- AnchorableClosingEventArgs
Implements a Cancelable event that can be raised to ask the client application whether closing this anchorable and removing its content (viewmodel) is OK or not.
- AnchorableHiddenEventArgs
Implements an event that can be raised to inform the client application about an anchorable that been hidden.
- AnchorableHidingEventArgs
Implements a Cancelable event that can be raised to ask the client application whether hiding this anchorable is OK or not.
- DockingManager
This interface is implemented by a class that can display an HeBianGu.Control.Dock.Controls.IOverlayWindow, which in turn is used to arrange the docking layout of a document or tool window in HeBianGu.Control.Dock.
- DocumentClosedEventArgs
Implements an event that can be raised to inform the client application about a document that been closed and removed its content (viewmodel) from the docking framework.
- DocumentClosingEventArgs
Implements a Cancelable event that can be raised to ask the client application whether closing this document and removing its content (viewmodel) is OK or not.