FileManagerFileDownloadingEventArgs(FileManagerFile, Stream) Constructor
Initializes a new instance of the FileManagerFileDownloadingEventArgs class with the specified settings.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
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