Skip to main content

ASPxClientUploadControlTextChangedEventArgs Members

In This Article
Provides data for the ASPxClientUploadControl.TextChanged client event that allows you to respond to an end-user changing an edit box’s text.

#Constructors

Name Description
constructor(inputIndex) Initializes a new instance of the ASPxClientUploadControlTextChangedEventArgs class.

#Properties

Name Description
inputIndex Gets the index of a file input element within the ASPxUploadControl.
See Also