FileManagerFileUploadEventArgs(FileManagerFile, Stream) Constructor
Initializes a new instance of the FileManagerFileUploadEventArgs class with the specified settings.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
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 downloaded file. |
Remarks
Instances of the FileManagerFileUploadEventArgs class are automatically created, initialized and passed to the corresponding event handlers.
See Also