SpreadsheetCustomDocumentProcessor.DocumentSelectorFileUploading(Action<FileManagerFileUploadEventArgs>) Method
Fires before a file is uploaded to the Document Selector and allows you to cancel the action.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v25.2.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
public SpreadsheetCustomDocumentProcessor DocumentSelectorFileUploading(
Action<FileManagerFileUploadEventArgs> method
)
Parameters
| Name | Type | Description |
|---|---|---|
| method | Action<FileManagerFileUploadEventArgs> | A delegate method that accepts FileManagerFileUploadEventArgs as a parameter. |
Returns
| Type | Description |
|---|---|
| SpreadsheetCustomDocumentProcessor | A SpreadsheetCustomDocumentProcessor object. |
See Also