DockControl Events

DevZest WPF Docking

DockControl Events

The DockControl type exposes the following members.

Events
  Name Description
Public event ActiveDocumentChanged
Occurs when the value of the ActiveDocument property has changed.
Public event ActiveItemChanged
Occurs when the value of the ActiveItem property has changed.
Public event DockItemStateChanged
Occurs when the state of DockItem is changed.
Public event DockItemStateChanging
Occurs when the state of DockItem is changing.
Public event FocusedItemChanged
Occurs when the value of the FocusedItem property has changed.
Public event SelectedAutoHideItemChanged
Occurs when the value of the SelectedAutoHideItemChanged property has changed.
Top
See Also