Summary
called after a new object was stored.
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Ext - Containing Type
- IObjectCallbacks
Syntax
void ObjectOnNew(IObjectContainer container)
Remarks
called after a new object was stored.
Parameters
Name | Type | Description |
---|---|---|
container | IObjectContainer | the ObjectContainer the object is stored to. |
Return Value
Type | Description |
---|---|
void |