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

ASPxClientUploadControlUploadingProgressChangedEventHandler<Sender> Interface

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

Declaration

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.