Summary
This event is fired after an object is created (saved for the first time).
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Events - Containing Type
- IEventRegistry
- Event Type
- EventHandler
<ObjectInfoEventArgs>
Syntax
event EventHandler<ObjectInfoEventArgs> Created
Remarks
This event is fired after an object is created (saved for the first time).
The object can be obtained from the
The event can be used to trigger some post-creation functionality.
Db4objects.Db4o.Events.ObjectInfoEventArgs
event parameter.The event can be used to trigger some post-creation functionality.
See Also
- Db4objects.Db4o.Events.ObjectEventArgs
- Db4objects.Db4o.IObjectContainer.Store(System.Object)