CustomizeWindowStatusMessagesEventArgs(ICollection<String>) Constructor
Initializes a new instance of the CustomizeWindowStatusMessagesEventArgs class.
Namespace: DevExpress.ExpressApp.SystemModule
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Parameters
Name | Type | Description |
---|---|---|
statusMessages | ICollection<String> | A collection of Window status messages. |
Remarks
Since the CustomizeWindowStatusMessagesEventArgs supplies arguments to the WindowTemplateController.CustomizeWindowStatusMessages event raised automatically by the WindowTemplateController, you do not need to manually instantiate the CustomizeWindowStatusMessagesEventArgs.
See Also