CustomAuditOperationTypeFilterEventArgs(AuditOperationType, Object) Constructor
Initializes a new instance of the CustomAuditOperationTypeFilterEventArgs class with specified settings.
Namespace: DevExpress.Persistent.AuditTrail
Assembly: DevExpress.Persistent.BaseImpl.Xpo.v26.1.dll
NuGet Package: DevExpress.Persistent.BaseImpl.Xpo
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