ASPxClientUploadControlTextChangedEventArgs Class
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.
#Declaration
TypeScript
declare class ASPxClientUploadControlTextChangedEventArgs extends ASPxClientEventArgs
#Remarks
ASPxClientUploadControlTextChangedEventArgs objects with proper settings are automatically created and passed to the corresponding event handlers.
#Inheritance
ASPxClientEventArgs
ASPxClientUploadControlTextChangedEventArgs
See Also