Add ISessionImplementor property to PreDeleteEvent
Description
Environment
None
Activity
Show:
Fixed
Details
Details
Assignee
Unassigned
UnassignedReporter

Components
Fix versions
Affects versions
Priority
Who's Looking?
Open Who's Looking?
Created May 6, 2009 at 9:48 AM
Updated July 22, 2009 at 7:21 AM
Resolved May 6, 2009 at 8:55 PM
Who's Looking?
Both the PreUpdateEvent and PreInsertEvent have a Source property that provides access to an ISessionImplementor to the session firing the event. The PreDeleteEvent does not provide the same.
This will make the usage pattern more consistent and more importantly allow the session to be used while handling the PreDeleteEvent.
This is useful for auditing deletes.