Raised before the window is closed in order to confirm the operation.
Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.Common.Wpf
SyntaxC#
Copy Code
|
|---|
public event EventHandler<ConfirmEventArgs> Closing |
Visual Basic
Copy Code
|
|---|
Public Event Closing As EventHandler(Of ConfirmEventArgs) |
Event DataClosed event handlers receive an argument of type ConfirmEventArgs.
RemarksThis event can be used to prevent users from closing the window under some conditions.
See Also