FileManagerItemsCopiedEventArgs(FileManagerFolder, FileManagerItem[]) Constructor
Initializes a new instance of the FileManagerItemsCopiedEventArgs class.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
public FileManagerItemsCopiedEventArgs(
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 copied. This value is assigned to the FileManagerItemsCopiedEventArgs.SourceFolder property. |
items | FileManagerItem[] | An array of FileManagerItem objects that are copied items. This value is assigned to the FileManagerItemsCopiedEventArgs.Items property. |
Remarks
Instances of the FileManagerItemsCopiedEventArgs class are automatically created, initialized and passed to the corresponding event handlers.
See Also