IObjectCallbacks.

ObjectOnNew(IObjectContainer) Method

Summary

called after a new object was stored.

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