ASPxClientFileManagerItemRenamedEventArgs.oldName Property
Gets the previous name of the renamed item.
Declaration
oldName: string
Property Value
| Type | Description |
|---|---|
| string | A string value that specifies the item name. |
Remarks
Use the oldName property to access the old name of the renamed item in the ASPxClientFileManager.ItemRenamed event handler.
See Also