FileManagerItemCopyEventHandler Delegate
A method that will handle the ASPxFileManager.ItemCopying event.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v23.1.dll
NuGet Package: DevExpress.Web
Declaration
public delegate void FileManagerItemCopyEventHandler(
object source,
FileManagerItemCopyEventArgs e
);
Parameters
Name | Type | Description |
---|---|---|
source | Object | An object that is the event’s source. |
e | FileManagerItemCopyEventArgs | An FileManagerItemCopyEventArgs object that contains event data. |
See Also