Raised before the DockItem is closed in order to confirm the operation.
Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.UI.Wpf
SyntaxC#
Copy Code
|
|---|
public event EventHandler<DockEventArgs> Closing |
Visual Basic
Copy Code
|
|---|
Public Event Closing As EventHandler(Of DockEventArgs) |
Event DataClosed event handlers receive an argument of type DockEventArgs.
See Also