ASPxClientFileManagerItemsCopiedEventArgs Members
Provides data for the ASPxClientFileManager.ItemsCopied event.Constructors
Name | Description |
---|---|
constructor(items, oldFolderFullName) | Initializes a new instance of the ASPxClientFileManagerItemsCopiedEventArgs 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 copied. |
See Also