Skip to main content
All docs
V23.2
.NET 6.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.v23.2.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