Skip to main content
A newer version of this page is available. .
Tab

FileManagerItemCopyEventArgs(FileManagerFolder, FileManagerItem) Constructor

Initializes a new instance of the FileManagerItemCopyEventArgs class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

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