A newer version of this page is available.
Switch to the current version.
CustomizeWindowStatusMessagesEventArgs Class
Arguments passed to the WindowTemplateController.CustomizeWindowStatusMessages event.
Namespace: DevExpress.ExpressApp.SystemModule
Assembly: DevExpress.ExpressApp.v18.2.dll
Declaration
public class CustomizeWindowStatusMessagesEventArgs :
EventArgs
Public Class CustomizeWindowStatusMessagesEventArgs
Inherits EventArgs
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
Feedback