FileManagerItemCopyEventArgs(FileManagerFolder, FileManagerItem) Constructor
Initializes a new instance of the FileManagerItemCopyEventArgs class.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
public FileManagerItemCopyEventArgs(
FileManagerFolder destinationFolder,
FileManagerItem item
)
Parameters
Name | Type | Description |
---|---|---|
destinationFolder | FileManagerFolder | A FileManagerFolder object that is the folder containing the child collection to which the target item is being copied. This value is assigned to the FileManagerItemCopyEventArgs.DestinationFolder property. |
item | FileManagerItem | A FileManagerItem class descendant that is the item being copied. This value is assigned to the FileManagerItemCopyEventArgs.Item property. |
Remarks
Instances of the FileManagerItemCopyEventArgs class are automatically created, initialized and passed to the corresponding event handlers.
See Also