FileManagerFileUploadEventArgs(FileManagerFile, Stream) Constructor
In This Article
Initializes a new instance of the FileManagerFileUploadEventArgs class with the specified settings.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
#Declaration
public FileManagerFileUploadEventArgs(
FileManagerFile file,
Stream inputStream
)
#Parameters
Name | Type | Description |
---|---|---|
file | File |
A File |
input |
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