ASPxClientFileManagerFilesUploadingEventArgs Members
Provides data for the ASPxClientFileManager.FilesUploading event.Constructors
Name | Description |
---|---|
constructor(folder, fileNames) | Initializes a new instance of the ASPxClientFileManagerFilesUploadingEventArgs object with the specified parameters. |
Properties
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