Skip to main content
All docs
V25.2
  • AuditTrailServiceBase.SaveAuditTrailData Event

    Occurs before new AuditDataItem objects are saved to the database. Handle this event to configure how the Audit Trail Module saves information.

    Namespace: DevExpress.Persistent.BaseImpl.AuditTrail.Services

    Assembly: DevExpress.Persistent.BaseImpl.Xpo.v25.2.dll

    NuGet Package: DevExpress.Persistent.BaseImpl.Xpo

    Declaration

    public event SaveAuditTrailDataEventHandler SaveAuditTrailData

    Event Data

    The SaveAuditTrailData event's data class is DevExpress.Persistent.AuditTrail.SaveAuditTrailDataEventArgs.

    Remarks

    The following help topic demonstrates how to handle this event: Customize the Data Storing Mechanism.

    See Also