Skip to main content

ASPxClientFileManagerItemRenamedEventArgs Members

In This Article
Provides data for the ASPxClientFileManager.ItemRenamed event.

#Constructors

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

#Properties
Show Inherited Hide Inherited

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.
oldName Gets the previous name of the renamed item.
See Also