RichEditCustomDocumentProcessor.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.v26.1.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| method | Action<DocumentSavingEventArgs> | A delegate method that accepts DocumentSavingEventArgs as a parameter. |
Returns
| Type | Description |
|---|---|
| RichEditCustomDocumentProcessor | An RichEditCustomDocumentProcessor object. |
See Also