Search
DockControl.WindowClosing Event
See Also
 





Raised when a window is about to be closed.

Namespace: MindFusion.UI.WinForms
Assembly: MindFusion.UI.WinForms

 Syntax

C#  Copy Code

public event EventHandler<ItemValidationEventArgs> WindowClosing

Visual Basic  Copy Code

Public Event WindowClosing As EventHandler(Of ItemValidationEventArgs)

 See Also