DevZest WPF Docking
DockItemStateEventArgsOldDockTreePosition Property |
Gets the dock tree 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 Nullable<DockTreePosition> OldDockTreePosition { get; }
Public MustOverride ReadOnly Property OldDockTreePosition As Nullable(Of DockTreePosition) Get
Property Value
Type: NullableDockTreePositionThe dock tree position before state change.
See Also