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

constructor(inputIndex) Constructor

Initializes a new instance of the ASPxClientUploadControlTextChangedEventArgs class.

Declaration

constructor(
    inputIndex: number
)

Parameters

Name Type Description
inputIndex number

An integer value that specifies 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