Skip to main content

constructor(inputIndex) Constructor

Initializes a new instance of the ASPxClientUploadControlTextChangedEventArgs class.

#Declaration

TypeScript
constructor(
    inputIndex: number
)

#Parameters

Name Type Description
inputIndex number

The file input element’s index within the ASPxUploadControl.UploadedFiles collection.

#Remarks

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

See Also