Skip to main content
A newer version of this page is available. .

CustomizeWindowStatusMessagesEventArgs(ICollection<String>) Constructor

Initializes a new instance of the CustomizeWindowStatusMessagesEventArgs class.

Namespace: DevExpress.ExpressApp.SystemModule

Assembly: DevExpress.ExpressApp.v18.2.dll

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