Skip to main content
A newer version of this page is available. .

SpreadsheetCustomDocumentProcessor.DocumentSelectorItemMoving(Action<FileManagerItemMoveEventArgs>) Method

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

Namespace: DevExpress.Web.Mvc

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

Declaration

public SpreadsheetCustomDocumentProcessor DocumentSelectorItemMoving(
    Action<FileManagerItemMoveEventArgs> method
)

Parameters

Name Type Description
method Action<FileManagerItemMoveEventArgs>

A delegate method that accepts FileManagerItemMoveEventArgs as a parameter.

Returns

Type Description
SpreadsheetCustomDocumentProcessor

A SpreadsheetCustomDocumentProcessor object.

See Also