Skip to main content
.NET 6.0+

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

NuGet Package: DevExpress.ExpressApp

Declaration

public event EventHandler<EventArgs> CustomizeStatusBar

Event Data

The CustomizeStatusBar event's data class is EventArgs.

See Also