WinWindow.Closed Event
In This Article
Occurs when the WinWindow‘s WinWindow.Form is closed.
Namespace: DevExpress.ExpressApp.Win
Assembly: DevExpress.ExpressApp.Win.v24.2.dll
NuGet Packages: DevExpress.ExpressApp.Win, DevExpress.ExpressApp.Win.Design
#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