Skip to main content

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

NuGet Package: DevExpress.Web.Mvc5

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