CustomizeWindowStatusMessagesEventArgs Class
Arguments passed to the WindowTemplateController.CustomizeWindowStatusMessages event.
Namespace: DevExpress.ExpressApp.SystemModule
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Remarks
The CustomizeWindowStatusMessagesEventArgs class declares the CustomizeWindowStatusMessagesEventArgs.StatusMessages property, specific to the WindowTemplateController.CustomizeWindowCaption event. This event is raised before the Window status messages collection is updated. Handle the CustomizeWindowStatusMessages event in a custom Window Controller to modify Window status messages. Refer to the How to: Customize Window Status Messages (WinForms) for details.
See Also