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

AuditTrailService.CustomizeAuditTrailSettings Event

This event is raised when an application’s setup is complete. Handle this event to use the default settings for the Audit Trail Module.

Namespace: DevExpress.Persistent.AuditTrail

Assembly: DevExpress.Persistent.BaseImpl.v20.2.dll

Declaration

public event CustomizeAuditSettingsEventHandler CustomizeAuditTrailSettings

Event Data

The CustomizeAuditTrailSettings event's data class is DevExpress.Persistent.AuditTrail.CustomizeAuditTrailSettingsEventArgs.

Remarks

The following help topic demonstrates how to handle this event: Specify the Objects and Properties to Be Audited.

See Also