DockItemStateEventArgs Properties

DevZest WPF Docking

DockItemStateEventArgs Properties

The DockItemStateEventArgs type exposes the following members.

Properties
  Name Description
Public property DockControl
Gets the DockControl associated with the DockItem state change.
Public property DockItem
Gets the DockItem.
Public property NewDockPosition
Gets the dock position after state change.
Public property NewDockTreePosition
Gets the dock tree position after state change.
Public property NewIsAutoHide
Gets the value indicates whether the DockItem is in auto-hide mode after state change.
Public property OldDockPosition
Gets the dock position before state change.
Public property OldDockTreePosition
Gets the dock tree position before state change.
Public property OldIsAutoHide
Gets the value indicates whether the DockItem is in auto-hide mode before state change.
Public property ShowAction
Gets the show action for the state change.
Public property ShowMethod
Gets the show method for the state change.
Public property StateChangeMethod
Gets the state change method.
Top
See Also