Skip to main content
You are viewing help content for a version that is no longer maintained/updated.
All docs
V21.2
  • BeforeInsertSnListRecordDataEventArgs Properties

    Provides data for the SnapDocument.BeforeInsertSnListRecordData event.
    Name Description
    DataFields Specifies the fields to add. You can customize the set and/or order of the fields.
    Target Provides access to the list to which the fields are being added. Making changes to the list during this event is only safe when passing it with a null set of fields (see below).
    TargetColumnIndex Indicates the column index to which the fields are added.
    See Also