WindowTemplateController.CustomizeStatusBar Event
In This Article
Occurs after the Window status messages collection is updated. Allows you to customize the status bar.
Namespace: DevExpress.ExpressApp.SystemModule
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
public event EventHandler<EventArgs> CustomizeStatusBar
#Event Data
The CustomizeStatusBar event's data class is EventArgs.
See Also