Skip to main content
.NET 6.0+

WinWindow.Closed Event

Occurs when the WinWindow‘s WinWindow.Form is closed.

Namespace: DevExpress.ExpressApp.Win

Assembly: DevExpress.ExpressApp.Win.v23.2.dll

NuGet Package: DevExpress.ExpressApp.Win

Declaration

public event EventHandler Closed

Event Data

The Closed event's data class is EventArgs.

Remarks

To prevent the form from closing, handle the WinWindow.Closing event and set the Cancel argument passed into the event handler to true.

See Also