Skip to main content
Tab

FileManagerItemMoveEventArgs(FileManagerFolder, FileManagerItem) Constructor

Initializes a new instance of the FileManagerItemMoveEventArgs class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public FileManagerItemMoveEventArgs(
    FileManagerFolder destinationFolder,
    FileManagerItem item
)

Parameters

Name Type Description
destinationFolder FileManagerFolder

A FileManagerFolder object that is the folder containing the child collection where the target item is being moved. This value is assigned to the FileManagerItemMoveEventArgs.DestinationFolderproperty.

item FileManagerItem

A FileManagerItem object that is the item being moved. This value is assigned to the FileManagerItemMoveEventArgs.Item property.

Remarks

Instances of the FileManagerItemMoveEventArgs class are automatically created, initialized and passed to the corresponding event handlers.

See Also