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