Click or drag to resize

FieldMergingEventArgs Class

Provides data for the FieldMerging event.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    System.ComponentModelCancelEventArgs
      SautinSoft.Document.MailMergingFieldMergingEventArgs

Namespace: SautinSoft.Document.MailMerging
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.1.24
Syntax
public sealed class FieldMergingEventArgs : CancelEventArgs

The FieldMergingEventArgs type exposes the following members.

Properties
 NameDescription
Public propertyDocument Gets the owner document.
Public propertyField Gets the Field that will be replaced.
Public propertyFieldName Gets the name of the merge field in the data source.
Public propertyInline Gets or sets the Inline that will replace the Field.
Public propertyInlines Gets the Inlines that will replace the Field.
Public propertyIsValueFound Gets a value indicating whether a value was found in the data source.
Public propertyRangeName Gets the mail merge range name.
Public propertyRecordNumber Gets the data source record number.
Public propertyValue Gets the data source value for a specified Field.
Top
See Also