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

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

An integer value that specifies the file input element’s index.

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