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

constructor(errorText, invalidFiles) Constructor

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

Declaration

constructor(
    errorText: string,
    invalidFiles: ASPxClientUploadControlInvalidFileInfo[]
)

Parameters

Name Type Description
errorText string

A string that is the error text.

invalidFiles ASPxClientUploadControlInvalidFileInfo[]

An array of the ASPxClientUploadControlInvalidFileInfo objects that are invalid files.

See Also