Summary
This event is fired after an object is activated.
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Events - Containing Type
- IEventRegistry
- Event Type
- EventHandler
<ObjectInfoEventArgs>
Syntax
event EventHandler<ObjectInfoEventArgs> Activated
Remarks
This event is fired after an object is activated.
The object can be obtained from the
The event can be used to trigger some post-activation functionality.
Db4objects.Db4o.Events.ObjectInfoEventArgs
event parameter. The event can be used to trigger some post-activation functionality.
See Also
- Db4objects.Db4o.Events.ObjectInfoEventArgs
- Db4objects.Db4o.IObjectContainer.Activate(System.Object,System.Int32)