Back to Devexpress

FileSavingEventHandler Delegate

aspnet-devexpress-dot-web-ee38fe87.md

latest1.2 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public delegate void FileSavingEventHandler(
    object source,
    FileSavingEventArgs e
);
vb
Public Delegate Sub FileSavingEventHandler(
    source As Object,
    e As FileSavingEventArgs
)

Parameters

NameTypeDescription
sourceObject

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

DevExpress.Web Namespace