Summary
This event is fired when a persistent object is instantiated.
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Events - Containing Type
- IEventRegistry
- Event Type
- EventHandler
<ObjectInfoEventArgs>
Syntax
event EventHandler<ObjectInfoEventArgs> Instantiated
Remarks
This event is fired when a persistent object is instantiated.
The object can be obtained from the
Db4objects.Db4o.Events.ObjectInfoEventArgs
event parameter.
See Also
- Db4objects.Db4o.Events.ObjectInfoEventArgs