Summary
This event is fired after a transaction has been committed.
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Events - Containing Type
- IEventRegistry
- Event Type
- EventHandler
<CommitEventArgs>
Syntax
event EventHandler<CommitEventArgs> Committed
Remarks
This event is fired after a transaction has been committed.
The transaction and a list of the modified objects can
be obtained from the
The event can be used to trigger some post-commit functionality.
Db4objects.Db4o.Events.CommitEventArgs
event parameter.The event can be used to trigger some post-commit functionality.
See Also
- Db4objects.Db4o.Events.CommitEventArgs
- Db4objects.Db4o.IObjectContainer.Commit