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