Skip to main content
Tab

FileManagerItemMoveEventHandler Delegate

A method that will handle the ASPxFileManager.ItemMoving event.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public delegate void FileManagerItemMoveEventHandler(
    object source,
    FileManagerItemMoveEventArgs e
);

Parameters

Name Type Description
source Object

An object representing the event’s source.

e FileManagerItemMoveEventArgs

An FileManagerItemMoveEventArgs object that contains event data.

See Also