Skip to main content

ArgumentCollection Class

A collection of Argument objects. Results from parsing a document field.

Namespace: DevExpress.XtraRichEdit

Assembly: DevExpress.RichEdit.v23.2.Core.dll

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

Declaration

[ComVisible(true)]
public class ArgumentCollection :
    List<Argument>

The following members return ArgumentCollection objects:

Remarks

When handling the Document.CalculateDocumentVariable event, you can access the DOCVARIABLE field arguments via the CalculateDocumentVariableEventArgs.Arguments property.

Inheritance

Object
List<Argument>
ArgumentCollection
See Also