ASPxClientFileManagerFileDownloadingEventArgs Members
Provides data for the ASPxClientFileManager.FileDownloading event.Constructors
Name | Description |
---|---|
constructor(file) | Initializes a new instance of the ASPxClientFileManagerFileDownloadingEventArgs object. |
Properties
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