DockItemStateEventArgs.NewDockTreePosition Property

DevZest WPF Docking

DockItemStateEventArgsNewDockTreePosition Property
Gets the dock tree position after 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> NewDockTreePosition { get; }
Public MustOverride ReadOnly Property NewDockTreePosition As Nullable(Of DockTreePosition)
	Get

Property Value

Type: NullableDockTreePosition
The dock tree position after state change.
See Also