TdxCalculateDocumentVariableEventArgs Properties
An argument container for document variable calculation events.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. |
See Also