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

WindowTemplateController.CustomizeStatusBar Event

Occurs after the Window status messages collection is updated. Allows you to customize the status bar.

Namespace: DevExpress.ExpressApp.SystemModule

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

public event EventHandler<EventArgs> CustomizeStatusBar

Event Data

The CustomizeStatusBar event's data class is EventArgs.

See Also