MindFusion.Wpf Pack Programmer's Guide
DockControl.Closing Event
See Also
 





Raised before the DockItem is closed in order to confirm the operation.

Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.UI.Wpf

 Syntax

C#  Copy Code

public event EventHandler<DockEventArgs> Closing

Visual Basic  Copy Code

Public Event Closing As EventHandler(Of DockEventArgs)

 Event Data

Closed event handlers receive an argument of type DockEventArgs.

 See Also

DockControl Members
DockControl Class
MindFusion.UI.Wpf Namespace