ASPxClientFileManagerItemRenamedEventArgs Properties
Provides data for the ASPxClientFileManager.ItemRenamed event.
Name | Description |
---|---|
full |
Gets the full name of the item currently being processed.
Inherited from ASPx |
is |
Gets a value specifying whether the current processed item is a folder.
Inherited from ASPx |
name |
Gets the name of the currently processed item.
Inherited from ASPx |
old |
Gets the previous name of the renamed item. |
See Also