FileManagerItemsMovedEventArgs(FileManagerFolder, FileManagerItem[]) Constructor
In This Article
Initializes a new instance of the FileManagerItemsMovedEventArgs class.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public FileManagerItemsMovedEventArgs(
FileManagerFolder sourceFolder,
FileManagerItem[] items
)
#Parameters
Name | Type | Description |
---|---|---|
source |
File |
A File |
items | File |
An array of File |
#Remarks
Instances of the FileManagerItemsMovedEventArgs class are automatically created, initialized and passed to the corresponding event handlers.
See Also