constructor(fullName, name, oldFolderFullName, isFolder) Constructor
Initializes a new instance of the ASPxClientFileManagerItemCopiedEventArgs object with the specified parameters.
Declaration
constructor(
fullName: string,
name: string,
oldFolderFullName: 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. |
oldFolderFullName | string | A string value that specifies the folder’s full name. |
isFolder | boolean |
|
See Also