AuditTrailServiceBase Events
The base service that the Audit Trail Module uses to monitor object changes and log this information. In .NET Framework applications, you can use the static DevExpress.Persistent.AuditTrail.AuditTrailService.Instance
property to access this service and customize its behavior. In .NET applications, use Dependency Injection to access this service.
Name | Description |
---|---|
Custom |
|
Customize |
Occurs after a business object is changed and before the corresponding Audit |
Customize |
This event is raised when an application’s setup is complete. Handle this event to use the default settings for the Audit Trail Module. |
Customize |
For internal use. |
Query |
Occurs before Audit |
Save |
Occurs before new Audit |
See Also