ASPxClientUploadControlFilesUploadStartEventHandler<Sender> Interface
A method that will handle the ASPxClientUploadControl.FilesUploadStart event.
#Declaration
interface ASPxClientUploadControlFilesUploadStartEventHandler<Sender> { (source: Sender, e: ASPxClientUploadControlFilesUploadStartEventArgs): void; }
#Parameters
Name | Type | Description |
---|---|---|
source | Sender | The event source. Identifies the ASPx |
e | ASPx |
A ASPx |