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.v24.1.dll
NuGet Package: DevExpress.Persistent.BaseImpl.Xpo
Declaration
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