DockItemStateEventArgs.StateChangeMethod Property

DevZest WPF Docking

DockItemStateEventArgsStateChangeMethod Property
Gets the state change method.

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

Property Value

Type: DockItemStateChangeMethod
The state change method.
See Also