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

SnapDocument.BeforeInsertSnListRecordData Event

Fires when adding fields to a list without using hot zones (this is only possible if the target list has been previously converted to paragraphs).

Namespace: DevExpress.Snap.Core.API

Assembly: DevExpress.Snap.v19.2.Core.dll

Declaration

event BeforeInsertSnListRecordDataEventHandler BeforeInsertSnListRecordData

Event Data

The BeforeInsertSnListRecordData event's data class is BeforeInsertSnListRecordDataEventArgs. The following properties provide information specific to this event:

Property 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