Skip to main content
Tab

FileManagerItemsMovedEventArgs(FileManagerFolder, FileManagerItem[]) Constructor

Initializes a new instance of the FileManagerItemsMovedEventArgs class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public FileManagerItemsMovedEventArgs(
    FileManagerFolder sourceFolder,
    FileManagerItem[] items
)

Parameters

Name Type Description
sourceFolder FileManagerFolder

A FileManagerFolder object that is a folder from which the currently processed items have been moved. This value is assigned to the FileManagerItemsMovedEventArgs.SourceFolder property.

items FileManagerItem[]

An array of FileManagerItem objects that are moved items. This value is assigned to the FileManagerItemsMovedEventArgs.Items property.

Remarks

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

See Also