Back to Devexpress

UploadControlSettings.FileUploadComplete Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-uploadcontrolsettings.md

latest1.5 KB
Original Source

UploadControlSettings.FileUploadComplete Property

Enables you to perform a custom action after a file has been uploaded to the server.

Namespace : DevExpress.Web.Mvc

Assembly : DevExpress.Web.Mvc5.v25.2.dll

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public EventHandler<FileUploadCompleteEventArgs> FileUploadComplete { get; set; }
vb
Public Property FileUploadComplete As EventHandler(Of FileUploadCompleteEventArgs)

Property Value

TypeDescription
EventHandler<FileUploadCompleteEventArgs>

A EventHandler<TEventArgs><FileUploadCompleteEventArgs,> delegate method allowing you to implement custom processing.

|

See Also

UploadControlSettings Class

UploadControlSettings Members

DevExpress.Web.Mvc Namespace