Back to Devexpress

ASPxFileManager.ItemsMoved Event

aspnet-devexpress-dot-web-dot-aspxfilemanager-065f3cb2.md

latest2.1 KB
Original Source

ASPxFileManager.ItemsMoved Event

Occurs on the server side after all the selected items have been moved.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public event FileManagerItemsMovedEventHandler ItemsMoved
vb
Public Event ItemsMoved As FileManagerItemsMovedEventHandler

Event Data

The ItemsMoved event's data class is FileManagerItemsMovedEventArgs. 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 moved.

Remarks

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

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

See Also

ItemMoving

File Manager

ASPxFileManager Class

ASPxFileManager Members

DevExpress.Web Namespace