SnapDocument.AfterInsertSnListDetail Event
Occurs after the detail section has been added to the list.
Namespace: DevExpress.Snap.Core.API
Assembly: DevExpress.Snap.v21.2.Core.dll
NuGet Package: DevExpress.Snap.Core
Declaration
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