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

constructor(commandName, errorText) Constructor

Initializes a new instance of the ASPxClientFileManagerErrorAlertDisplayingEventArgs class with the specified settings.

Declaration

constructor(
    commandName: string,
    errorText: string
)

Parameters

Name Type Description
commandName string

A String value that specifies the name of the processed command. Initializes the ASPxClientFileManagerErrorAlertDisplayingEventArgs.commandName property.

errorText string

A String value that specifies the error text. This value is assigned to the ASPxClientFileManagerErrorAlertDisplayingEventArgs.errorText property.

Remarks

For internal use only.

See Also