ASPxClientFileManagerItemsMovedEventArgs Members
Provides data for the ASPxClientFileManager.ItemsMoved event.Constructors
Name | Description |
---|---|
constructor(items, oldFolderFullName) | Initializes a new instance of the ASPxClientFileManagerItemsMovedEventArgs object with the specified parameters. |
Properties
Name | Description |
---|---|
items | Gets an array of the currently processed items. |
oldFolderFullName | Gets the full name of the folder from which items are moved. |
See Also