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