ASPxClientFileManagerFilesUploadedEventHandler<Sender> Interface
A method that will handle the ASPxClientFileManager.FilesUploaded event.
Declaration
interface ASPxClientFileManagerFilesUploadedEventHandler<Sender> { (source: Sender, e: ASPxClientFileManagerFilesUploadedEventArgs): void; }
Parameters
Name | Type | Description |
---|---|---|
source | Sender | The event source. Identifies the ASPxFileManager control that raised the event. |
e | ASPxClientFileManagerFilesUploadedEventArgs | A ASPxClientFileManagerFilesUploadedEventArgs object that contains event data. |
See Also