Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

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.v19.2.dll

Declaration

public event EventHandler<EventArgs> CustomizeStatusBar

Event Data

The CustomizeStatusBar event's data class is EventArgs.

See Also