IEventRegistry.

Committing Event

Summary

This event is fired just before a transaction is committed.
Assembly
Db4objects.Db4o-2010.dll
Namespace
Db4objects.Db4o.Events
Containing Type
IEventRegistry
Event Type
EventHandler<CommitEventArgs>

Syntax

event EventHandler<CommitEventArgs> Committing

Remarks

This event is fired just before a transaction is committed. The transaction and a list of the modified objects can be obtained from the Db4objects.Db4o.Events.CommitEventArgs event parameter.

Committing event gives a user a chance to interrupt the commit and rollback the transaction.

See Also

  • Db4objects.Db4o.Events.CommitEventArgs
  • Db4objects.Db4o.IObjectContainer.Commit