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

FileManagerFileDownloadingEventArgs(FileManagerFile, Stream) Constructor

Initializes a new instance of the FileManagerFileDownloadingEventArgs class with the specified settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public FileManagerFileDownloadingEventArgs(
    FileManagerFile file,
    Stream inputStream
)

Parameters

Name Type Description
file FileManagerFile

A FileManagerFile object that is the file related to the event.

inputStream Stream

A Stream object that points to the uploaded file.

Remarks

Instances of the FileManagerFileDownloadingEventArgs class are automatically created, initialized and passed to the corresponding event handlers.

See Also