Skip to main content
A newer version of this page is available. .

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.v18.2.dll

Declaration

public RichEditCustomDocumentProcessor Saving(
    Action<DocumentSavingEventArgs> method
)

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