ASPxClientFileManagerFileUploadingEventArgs Properties
Provides data for the ASPxClientFileManager.FileUploading event.| Name | Description |
|---|---|
| cancel | Gets or sets a value indicating whether the action which raised the event should be canceled. |
| fileName | Gets the name of a file selected for upload. |
| folder | Gets the path to the folder where a file is being uploaded. |
See Also