RichEditCustomDocumentProcessor.Saving(Action<DocumentSavingEventArgs>) Method
In This Article
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.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public RichEditCustomDocumentProcessor Saving(
Action<DocumentSavingEventArgs> method
)
#Parameters
Name | Type | Description |
---|---|---|
method | Action<Document |
A delegate method that accepts Document |
#Returns
Type | Description |
---|---|
Rich |
An Rich |
See Also