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

CustomAuditOperationTypeFilterEventArgs(AuditOperationType, Object) Constructor

Initializes a new instance of the CustomAuditOperationTypeFilterEventArgs class with specified settings.

Namespace: DevExpress.Persistent.AuditTrail

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

Declaration

public CustomAuditOperationTypeFilterEventArgs(
    AuditOperationType auditOperationType,
    object auditObject
)

Parameters

Name Type Description
auditOperationType DevExpress.Persistent.AuditTrail.AuditOperationType

An AuditOperationType value that indicates the type of operation.

auditObject Object

A modified object.

See Also