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