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: DockItemStateChangeMethodThe state change method.
See Also