Skip to main content
A newer version of this page is available. .

ASPxClientFileManagerCurrentFolderChangedEventArgs Members

Provides data for the ASPxClientFileManager.CurrentFolderChanged event.

Constructors

Name Description
constructor(name, fullName) Initializes a new instance of the ASPxClientFileManagerCurrentFolderChangedEventArgs class with the specified settings.

Properties

Name Description
fullName Gets the full name of the folder currently being processed.
name Gets the name of the currently processed folder.
See Also