Skip to main content

constructor(inputIndex, isValid, errorText, callbackData) Constructor

Initializes a new instance of the ASPxClientUploadControlFileUploadCompleteEventArgs class.

Declaration

constructor(
    inputIndex: number,
    isValid: boolean,
    errorText: string,
    callbackData: string
)

Parameters

Name Type Description
inputIndex number

The index of the file input element.

isValid boolean

true if the uploaded file is valid; otherwise, false.

errorText string

A String value representing the error description.

callbackData string

A String value that contains the callback data.

Remarks

Instances of the ASPxClientUploadControlFileUploadCompleteEventArgs class are automatically created, initialized and passed to the corresponding event handlers.

See Also