FileManagerFileDownloadingEventArgs Properties
Provides data for the ASPxFileManager.FileDownloading event.
Name | Description |
---|---|
Cancel |
Gets or sets a value indicating whether the action that raised the event should be canceled.
Inherited from File |
Error |
Gets or sets a text for the explanatory message.
Inherited from File |
File | Gets a file related to the event. |
Input |
Gets a stream object that points to the downloaded file. |
Output |
Set this property to change the original file content. |
See Also