Skip to main content
You are viewing help content for a version that is no longer maintained/updated.
All docs
V21.2
  • 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.v21.2.Core.dll

    NuGet Package: DevExpress.Snap.Core

    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