DevZest WPF Docking
DockItemStateEventArgs Properties |
The DockItemStateEventArgs type exposes the following members.
Properties
Name | Description | |
---|---|---|
DockControl |
Gets the DockControl associated with the DockItem state change.
|
|
DockItem |
Gets the DockItem.
|
|
NewDockPosition |
Gets the dock position after state change.
|
|
NewDockTreePosition |
Gets the dock tree position after state change.
|
|
NewIsAutoHide |
Gets the value indicates whether the DockItem is in auto-hide mode after state change.
|
|
OldDockPosition |
Gets the dock position before state change.
|
|
OldDockTreePosition |
Gets the dock tree position before state change.
|
|
OldIsAutoHide |
Gets the value indicates whether the DockItem is in auto-hide mode before state change.
|
|
ShowAction |
Gets the show action for the state change.
|
|
ShowMethod |
Gets the show method for the state change.
|
|
StateChangeMethod |
Gets the state change method.
|
See Also