SpreadsheetCustomDocumentProcessor.DocumentSelectorFileUploading(Action<FileManagerFileUploadEventArgs>) Method
In This Article
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.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public SpreadsheetCustomDocumentProcessor DocumentSelectorFileUploading(
Action<FileManagerFileUploadEventArgs> method
)
#Parameters
Name | Type | Description |
---|---|---|
method | Action<File |
A delegate method that accepts File |
#Returns
Type | Description |
---|---|
Spreadsheet |
A Spreadsheet |
See Also