Skip to main content

ASPxClientUploadControlTextChangedEventHandler<Sender> Interface

A method that will handle the ASPxClientUploadControl.TextChanged client event.

Declaration

interface ASPxClientUploadControlTextChangedEventHandler<Sender> { (source: Sender, e: ASPxClientUploadControlTextChangedEventArgs): void; }

Parameters

Name Type Description
source Sender

The event source. This parameter identifies the upload control which raised the event.

e ASPxClientUploadControlTextChangedEventArgs

An ASPxClientUploadControlTextChangedEventArgs object that contains event data.