BarManager.CloseButtonClick Event
Fires when the close button is clicked.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Event Data
The CloseButtonClick event's data class is EventArgs.
Remarks
If the ShowCloseButton option is enabled, the close button is displayed in the main menu.
The close button does not have a default action. Handle the CloseButtonClick event to respond to a click on the button. For instance, you can close the active window.
See Also