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

ASPxClientUploadControlTextChangedEventArgs Members

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