Skip to main content

SpreadsheetCustomDocumentProcessor.DocumentSelectorItemDeleting(Action<FileManagerItemDeleteEventArgs>) Method

Enables you to perform server-side processing of file/folder deletion operations initiated within the Spreadsheet’s built-in Document Selector.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public SpreadsheetCustomDocumentProcessor DocumentSelectorItemDeleting(
    Action<FileManagerItemDeleteEventArgs> method
)

Parameters

Name Type Description
method Action<FileManagerItemDeleteEventArgs>

A delegate method that accepts FileManagerItemDeleteEventArgs as a parameter.

Returns

Type Description
SpreadsheetCustomDocumentProcessor

A SpreadsheetCustomDocumentProcessor object.

See Also