Skip to main content

ASPxClientFileManagerFilesUploadedEventArgs Members

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

#Constructors

Name Description
constructor(folder, fileNames) Initializes a new instance of the ASPxClientFileManagerFilesUploadedEventArgs object with the specified parameters.

#Properties

Name Description
fileNames Gets an array of uploaded file names.
folder Gets the path to the folder where files are uploaded.
See Also