Skip to main content
All docs
V25.2
  • 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.v25.2.dll

    NuGet Package: DevExpress.Persistent.BaseImpl.Xpo

    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