FileManagerItemDeleteEventHandler Delegate
A method that will handle the ASPxFileManager.ItemDeleting event.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
public delegate void FileManagerItemDeleteEventHandler(
object source,
FileManagerItemDeleteEventArgs e
);
Parameters
Name | Type | Description |
---|---|---|
source | Object | An object representing the event’s source. |
e | FileManagerItemDeleteEventArgs | An FileManagerItemDeleteEventArgs object that contains event data. |
See Also