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

AuditTrailService.CustomAuditOperationTypeFilterEventArgs Fields

Provides data for the CustomizeAuditOperationTypeFilter event.
Name Description
AuditObject A modified object.
AuditOperationType The type of operation performed with AuditObject.
Empty static Provides a value to use with events that do not have event data. Inherited from EventArgs.
See Also