Skip to main content
A newer version of this page is available. .
Bar

BarManager.CloseButtonClick Event

Fires when the close button is clicked.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

[DXCategory("Click")]
public event EventHandler CloseButtonClick

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