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 |
|
| 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