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

FileManagerFileUploadEventHandler Delegate

A method that will handle the ASPxFileManager.FileUploading event.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public delegate void FileManagerFileUploadEventHandler(
    object source,
    FileManagerFileUploadEventArgs e
);

Parameters

Name Type Description
source Object

An object representing the event’s source.

e FileManagerFileUploadEventArgs

An FileManagerFileUploadEventArgs object that contains event data.

See Also