RichEditCustomDocumentProcessor.CalculateDocumentVariable(Action<CalculateDocumentVariableEventArgs>) Method
In This Article
Allows custom processing to be implemented when the DOCVARIABLE field field is updated.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public RichEditCustomDocumentProcessor CalculateDocumentVariable(
Action<CalculateDocumentVariableEventArgs> method
)
#Parameters
Name | Type | Description |
---|---|---|
method | Action<Calculate |
A delegate method that accepts Calculate |
#Returns
Type | Description |
---|---|
Rich |
A Rich |
See Also