General Information
.NET Subscription
Desktop
Web
Controls and Extensions
Mainteinance Mode
Enterprise and Analytic Tools
Quality Assurance and Productivity
Frameworks and Libraries
All docs
V19.2
General Information
.NET Subscription
Desktop
Web
Controls and Extensions
Mainteinance Mode
Enterprise and Analytic Tools
Quality Assurance and Productivity
Frameworks and Libraries
19.2
19.1
18.2
18.1
17.2
constructor(fullName, name, oldName, isFolder)
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 | true if the processed item is a folder; false if the processed item is a file. |
See Also
Feedback