Skip to main content
A newer version of this page is available. .
Tab

FileManagerItemMoveEventHandler Delegate

A method that will handle the ASPxFileManager.ItemMoving event.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

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