Back to Devexpress

FileManagerItemMoveEventHandler Delegate

aspnet-devexpress-dot-web-e6980364.md

latest1.2 KB
Original Source

FileManagerItemMoveEventHandler Delegate

A method that will handle the ASPxFileManager.ItemMoving event.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public delegate void FileManagerItemMoveEventHandler(
    object source,
    FileManagerItemMoveEventArgs e
);
vb
Public Delegate Sub FileManagerItemMoveEventHandler(
    source As Object,
    e As FileManagerItemMoveEventArgs
)

Parameters

NameTypeDescription
sourceObject

An object representing the event’s source.

| | e | FileManagerItemMoveEventArgs |

An FileManagerItemMoveEventArgs object that contains event data.

|

See Also

DevExpress.Web Namespace