Skip to main content

ASPxClientFileManagerFileUploadedEventArgs Members

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

#Constructors

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

#Properties

Name Description
fileName Gets the name of the uploaded file.
folder Gets the path to the folder where a file is uploaded.
See Also