Skip to main content

ASPxClientFileManagerFileUploadingEventArgs Members

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

#Constructors

Name Description
constructor(folder, fileName) Initializes a new instance of the ASPxClientFileManagerFileUploadingEventArgs 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.
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