ASPxClientFileManagerFilesUploadingEventArgs Properties
Provides data for the ASPxClientFileManager.FilesUploading event.| Name | Description |
|---|---|
| cancel | Gets or sets a value indicating whether the action which raised the event should be canceled. |
| fileNames | Gets the names of files selected for upload. |
| folder | Gets the path to the folder where files are being uploaded. |
See Also