FileSavingEventHandler Delegate
A method that will handle events allowing you to process an uploaded file before it is saved to the server.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
Name | Type | Description |
---|---|---|
source | Object | An object that is the event source. Identifies the control that raised the event. |
e | FileSavingEventArgs | A FileSavingEventArgs object that contains event data. |
See Also