Raised when a window is about to be closed.
Namespace: MindFusion.UI.WinForms
Assembly: MindFusion.UI.WinForms
SyntaxC#
Copy Code
|
|---|
public event EventHandler<ItemValidationEventArgs> WindowClosing |
Visual Basic
Copy Code
|
|---|
Public Event WindowClosing As EventHandler(Of ItemValidationEventArgs) |
See Also