Skip to main content
A newer version of this page is available.
All docs
V20.2
.NET Framework 4.5.2+

AuditTrailService.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.AuditTrail

Assembly: DevExpress.Persistent.BaseImpl.v20.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