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

AuditTrailService.CustomizeAuditOperationTypeFilter Event

Occurs after a business object is changed and before the corresponding AuditDataItem object is saved.

Namespace: DevExpress.Persistent.AuditTrail

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

Declaration

public event EventHandler<AuditTrailService.CustomAuditOperationTypeFilterEventArgs> CustomizeAuditOperationTypeFilter

Event Data

The CustomizeAuditOperationTypeFilter event's data class is AuditTrailService.CustomAuditOperationTypeFilterEventArgs. The following properties provide information specific to this event:

Property Description
SaveAuditOperation Indicates whether the Module logs the AuditOperationType operation performed with AuditObject.

Remarks

The following help topic shows how to handle this event: Audit Specific Operations.

See Also