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

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 FileManagerActionEventArgsBase.
ErrorText Gets or sets a text for the explanatory message. Inherited from FileManagerActionEventArgsBase.
File Gets a file related to the event.
InputStream Gets a stream object that points to the downloaded file.
OutputStream Set this property to change the original file content.
See Also