db4o

IObjectCallbacks.ObjectOnNew Method 

called after a new object was stored.

void ObjectOnNew(
   IObjectContainer container
);

Parameters

container
the
ObjectContainer
the object is stored to.

Remarks

called after a new object was stored.

See Also

IObjectCallbacks Interface | Db4objects.Db4o.Ext Namespace