constructor(inputIndex, isValid, errorText, callbackData) Constructor
In This Article
Initializes a new instance of the ASPxClientUploadControlFileUploadCompleteEventArgs class.
#Declaration
TypeScript
constructor(
inputIndex: number,
isValid: boolean,
errorText: string,
callbackData: string
)
#Parameters
Name | Type | Description |
---|---|---|
input |
number | The index of the file input element. |
is |
boolean |
|
error |
string | A String value representing the error description. |
callback |
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