Skip to main content

ASPxClientUploadControlUploadingProgressChangedEventHandler<Sender> Interface

In This Article

A method that will handle the ASPxUploadControl‘s client event concerning the uploading process being changed.

#Declaration

TypeScript
interface ASPxClientUploadControlUploadingProgressChangedEventHandler<Sender> { (source: Sender, e: ASPxClientUploadControlUploadingProgressChangedEventArgs): void; }

#Parameters

Name Type Description
source Sender

An object representing the event’s source. Identifies the ASPxUploadControl object that raised the event.

e ASPxClientUploadControlUploadingProgressChangedEventArgs

An ASPxClientUploadControlUploadingProgressChangedEventArgs object that contains event data.