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

CustomAuditOperationTypeFilterEventArgs(AuditOperationType, Object) Constructor

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

Namespace: DevExpress.Persistent.AuditTrail

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

Declaration

public CustomAuditOperationTypeFilterEventArgs(
    AuditOperationType auditOperationType,
    object auditObject
)

Parameters

Name Type Description
auditOperationType DevExpress.Persistent.AuditTrail.AuditOperationType

A AuditOperationType value that indicates the type of operation.

auditObject Object

A modified object.

See Also