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

SnapDocument.AfterInsertSnListDetail Event

Occurs after the detail section has been added to the list.

Namespace: DevExpress.Snap.Core.API

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

Declaration

event AfterInsertSnListDetailEventHandler AfterInsertSnListDetail

Event Data

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

Property Description
Master Provides access to the master list to which the detail list is inserted.

Remarks

Handle the AfterInsertSnListDetail event to make final changes to the master list.

See Also