Skip to main content
All docs
V25.2
  • CustomAuditOperationTypeFilterEventArgs.AuditOperationType Field

    The type of operation performed with AuditObject.

    Namespace: DevExpress.Persistent.AuditTrail

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

    NuGet Package: DevExpress.Persistent.BaseImpl.Xpo

    Declaration

    public readonly AuditOperationType AuditOperationType

    Field Value

    Type Description
    DevExpress.Persistent.AuditTrail.AuditOperationType

    An AuditOperationType value that indicates the type of operation made on AuditObject.

    Remarks

    The following topic demonstrates how to get this field value: Audit Specific Operations.

    See Also