DockItemStateEventArgs Class

DevZest WPF Docking

DockItemStateEventArgs Class
Provides data for DockItem state change events.
Inheritance Hierarchy
SystemObject  SystemEventArgs
    DevZest.Windows.DockingDockItemStateEventArgs

Namespace: DevZest.Windows.Docking
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
Syntax
public abstract class DockItemStateEventArgs : EventArgs
Public MustInherit Class DockItemStateEventArgs
	Inherits EventArgs

The DockItemStateEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyDockControl
Gets the DockControl associated with the DockItem state change.
Public propertyDockItem
Gets the DockItem.
Public propertyNewDockPosition
Gets the dock position after state change.
Public propertyNewDockTreePosition
Gets the dock tree position after state change.
Public propertyNewIsAutoHide
Gets the value indicates whether the DockItem is in auto-hide mode after state change.
Public propertyOldDockPosition
Gets the dock position before state change.
Public propertyOldDockTreePosition
Gets the dock tree position before state change.
Public propertyOldIsAutoHide
Gets the value indicates whether the DockItem is in auto-hide mode before state change.
Public propertyShowAction
Gets the show action for the state change.
Public propertyShowMethod
Gets the show method for the state change.
Public propertyStateChangeMethod
Gets the state change method.
Top
See Also