Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxCalculateDocumentVariableEventArgs Members

An argument container for document variable calculation events.

#Constructors

Name Description
Create(string,TdxArgumentCollection) Creates a data container for a document variable calculation event.

#Properties

Name Description
Arguments Provides access to the parsed arguments of the document variable.
Handled Specifies if the built-in document calculation routine is disabled.
KeepLastParagraph Specifies if the pending document insert operation keeps the last paragraph of the source document in the resulting document.
Value Specifies the value of the DOCVARIABLE field that raised the event.
VariableName Returns the name of the document variable to which the DOCVARIABLE field refers.

#Methods
Show Inherited Hide Inherited

Name Description
Empty Inherited from TdxEventArgs.
Equals(TObject) Inherited from TObject.
GetHashCode Inherited from TObject.
ToString Inherited from TObject.
See Also