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





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

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

 Syntax

C#  Copy Code

public event EventHandler<ConfirmEventArgs> Closing

Visual Basic  Copy Code

Public Event Closing As EventHandler(Of ConfirmEventArgs)

 Event Data

Closed event handlers receive an argument of type ConfirmEventArgs.

 Remarks

This event can be used to prevent users from closing the window under some conditions.

 See Also

Window Members
Window Class
MindFusion.UI.Wpf Namespace