FileManagerItemCopyEventHandler Delegate
A method that will handle the ASPxFileManager.ItemCopying event.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
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