[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

called after a new object was stored.

Namespace: Db4objects.Db4o.Ext
Assembly:   Db4objects.Db4o (in Db4objects.Db4o.dll)

Syntax

Visual Basic (Declaration)
Sub ObjectOnNew ( _
	container As IObjectContainer _
)
C#
void ObjectOnNew (
	IObjectContainer container
)
Visual C++
void ObjectOnNew (
	IObjectContainer^ container
)

Parameters

container
Db4objects.Db4o.IObjectContainer
the
 Copy imageCopy Code
ObjectContainer
the object is stored to.

Remarks

called after a new object was stored.