Skip to main content
All docs
V25.1
  • .NET 8.0+

    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.1.dll

    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