constructor(fullName, name, oldName, isFolder) Constructor
Initializes a new instance of the ASPxClientFileManagerItemRenamedEventArgs object with the specified parameters.
Declaration
constructor(
fullName: string,
name: string,
oldName: string,
isFolder: boolean
)
Parameters
| Name | Type | Description |
|---|---|---|
| fullName | string | A string value that is the item’s full name. |
| name | string | A string value that specifies the item’s name. |
| oldName | string | A string value that specifies the item name. |
| isFolder | boolean |
|
See Also