Skip to main content
A newer version of this page is available. .
Tab

FileUploadCompleteEventArgs Class

Provides data for the ASPxUploadControl.FileUploadComplete server event.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public class FileUploadCompleteEventArgs :
    EventArgs

Remarks

An object of the FileUploadCompleteEventArgs type is used as an argument for the ASPxUploadControl.FileUploadComplete event.

FileUploadCompleteEventArgs objects with proper settings are automatically created and passed to the corresponding event handlers.

Inheritance

See Also