Skip to main content
.NET 6.0+

CustomizeWindowStatusMessagesEventArgs(ICollection<String>) Constructor

Initializes a new instance of the CustomizeWindowStatusMessagesEventArgs class.

Namespace: DevExpress.ExpressApp.SystemModule

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public CustomizeWindowStatusMessagesEventArgs(
    ICollection<string> statusMessages
)

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