DevZest WPF Docking
DockItemStateEventArgs Class |
Provides data for DockItem state change events.
Inheritance Hierarchy
Namespace: DevZest.Windows.Docking
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
Syntax
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