DevZest WPF Docking
DockItemStateEventArgsOldDockPosition Property |
Gets the dock position before state change.
Namespace: DevZest.Windows.Docking
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
Syntax
public abstract DockPosition OldDockPosition { get; }
Public MustOverride ReadOnly Property OldDockPosition As DockPosition Get
Property Value
Type: DockPositionThe dock position before state change.
See Also