FileManagerItemMoveEventHandler Delegate
In This Article
A method that will handle the ASPxFileManager.ItemMoving event.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.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 | File |
An File |
See Also