Skip to main content
All docs
V23.2
.NET 6.0+

AuditTrailServiceBase.CustomizeAuditOperationTypeFilter Event

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

Namespace: DevExpress.Persistent.BaseImpl.AuditTrail.Services

Assembly: DevExpress.Persistent.BaseImpl.Xpo.v23.2.dll

Declaration

public event EventHandler<CustomAuditOperationTypeFilterEventArgs> CustomizeAuditOperationTypeFilter

Event Data

The CustomizeAuditOperationTypeFilter event's data class is 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