Skip to main content

ASPxClientFileManagerFileDownloadingEventArgs Members

In This Article
Provides data for the ASPxClientFileManager.FileDownloading event.

#Constructors

Name Description
constructor(file) Initializes a new instance of the ASPxClientFileManagerFileDownloadingEventArgs object.

#Properties
Show Inherited Hide Inherited

Name Description
cancel Gets or sets a value indicating whether the action which raised the event, should be canceled.
file Gets a file related to the event. Inherited from ASPxClientFileManagerFileEventArgs.
See Also