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

ASPxClientFileManagerItemCopiedEventArgs Members

Provides data for the ASPxClientFileManager.ItemCopied event.

Constructors

Name Description
constructor(fullName, name, oldFolderFullName, isFolder) Initializes a new instance of the ASPxClientFileManagerItemCopiedEventArgs object with the specified parameters.

Properties

Name Description
fullName Gets the full name of the item currently being processed. Inherited from ASPxClientFileManagerActionEventArgsBase.
isFolder Gets a value specifying whether the current processed item is a folder. Inherited from ASPxClientFileManagerActionEventArgsBase.
name Gets the name of the currently processed item. Inherited from ASPxClientFileManagerActionEventArgsBase.
oldFolderFullName Gets the full name of the folder from which an item is copied.
See Also