SnapDocument.AfterInsertSnListRecordData Event
Fires after adding new fields to a document.
Namespace: DevExpress.Snap.Core.API
Assembly: DevExpress.Snap.v21.2.Core.dll
NuGet Package: DevExpress.Snap.Core
Declaration
Event Data
The AfterInsertSnListRecordData event's data class is AfterInsertSnListRecordDataEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
Range | Gets the range for the current Snap list. |
Remarks
During this event execution, the input focus belongs to the target list’s record, and the specified changes have not yet been applied to the entire document template (and therefore, not applied to other records). For this reason, refreshing the field result of the list during this stage will result in losing all changes made to the record.
This event does not fire if the add operation was not completed for any reason.