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

SnapDocument.BeforeInsertSnList Event

Occurs before a new list is created.

Namespace: DevExpress.Snap.Core.API

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

Declaration

event BeforeInsertSnListEventHandler BeforeInsertSnList

Event Data

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

Property Description
DataFields Specifies the data added to the inserted list.
Position Specifies the position in the document into which a Snap list is being inserted.

Remarks

Handle the BeforeInsertSnList event to change the layout of list columns, or to change the position in which the list will be inserted.

See Also