SpreadsheetCustomDocumentProcessor.Saving(Action<DocumentSavingEventArgs>) Method
Fires before a file is saved to the server and allows you to cancel the action.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
public SpreadsheetCustomDocumentProcessor Saving(
Action<DocumentSavingEventArgs> method
)
Parameters
Name | Type | Description |
---|---|---|
method | Action<DocumentSavingEventArgs> | A delegate method that accepts DocumentSavingEventArgs as a parameter. |
Returns
Type | Description |
---|---|
SpreadsheetCustomDocumentProcessor | A SpreadsheetCustomDocumentProcessor object. |
See Also