Skip to main content
A newer version of this page is available.

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