IEventRegistry.

Updated Event

Summary

This event is fired after an object is updated.
Assembly
Db4objects.Db4o-2010.dll
Namespace
Db4objects.Db4o.Events
Containing Type
IEventRegistry
Event Type
EventHandler<ObjectInfoEventArgs>

Syntax

event EventHandler<ObjectInfoEventArgs> Updated

Remarks

This event is fired after an object is updated. The object can be obtained from the Db4objects.Db4o.Events.ObjectInfoEventArgs event parameter.

The event can be used to trigger some post-update functionality.

See Also

  • Db4objects.Db4o.Events.ObjectInfoEventArgs
  • Db4objects.Db4o.IObjectContainer.Store(System.Object)