Show / Hide Table of Contents

Event Closing

Occurs when the DockItem is closing.

Namespace: DevZest.Windows.Docking
Assembly: DevZest.WpfDocking.dll
Syntax
public event CancelEventHandler Closing
Returns
Type Description
System.ComponentModel.CancelEventHandler
Remarks

To cancel the closure of a DockItem, set the System.ComponentModel.CancelEventArgs.Cancel property of the System.ComponentModel.CancelEventArgs passed to your event handler to true.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest