Back to Devexpress

ASPxFileManager.ItemsCopied Event

aspnet-devexpress-dot-web-dot-aspxfilemanager-d13438b0.md

latest2.1 KB
Original Source

ASPxFileManager.ItemsCopied Event

Occurs on the server side after copying of all selected items has been completed.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public event FileManagerItemsCopiedEventHandler ItemsCopied
vb
Public Event ItemsCopied As FileManagerItemsCopiedEventHandler

Event Data

The ItemsCopied event's data class is FileManagerItemsCopiedEventArgs. The following properties provide information specific to this event:

PropertyDescription
ItemsGets items related to the event.
SourceFolderGets the folder from which the currently processed items have been copied.

Remarks

The ItemsCopied event serves as a notification that all selected items have been copied. You can use the event parameter’s properties to gets an array of copied items (FileManagerItemsCopiedEventArgs.Items) or get the full name of the folder from which the items have been copied (FileManagerItemsCopiedEventArgs.SourceFolder).

To specify whether an item can be copied and cancel the action, handle the ASPxFileManager.ItemCopying event.

See Also

ItemCopying

File Manager

ASPxFileManager Class

ASPxFileManager Members

DevExpress.Web Namespace