DevZest WPF Docking
| DockItemClosing Event |
Occurs when the DockItem is closing.
Namespace: DevZest.Windows.Docking
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
SyntaxValue
Type: System.ComponentModelCancelEventHandler
Remarks To cancel the closure of a DockItem, set the Cancel property of the
CancelEventArgs passed to your event handler to .
See Also