DockItemStateEventArgs.DockItem Property

DevZest WPF Docking

DockItemStateEventArgsDockItem Property
Gets the DockItem.

Namespace: DevZest.Windows.Docking
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
Syntax
public DockItem DockItem { get; }
Public ReadOnly Property DockItem As DockItem
	Get

Property Value

Type: DockItem
The DockItem.
See Also