Hi,
i'm trying to audit only a few properties of certain business objects. When looking into my database i noticed some unexpected entries. Obviously the 'AddedToCollection' operation is always audited when adding a Resource to the DevExpress.Persistent.BaseImpl.Event.
In the attached demo project i disabled auditing by calling 'customizeAuditTrailSettingsEventArgs.AuditTrailSettings.Clear();' as shown in http://documentation.devexpress.com/#Xaf/CustomDocument2783. I expected nothing to be audited. But the 'AddedToCollection' entries are still there. Is this a bug?
This behavior looks like a bug. Our developers will work on it.