IObjectCallbacks.

ObjectCanNew(IObjectContainer) Method

Summary

called before an Object is stored the first time.

Syntax

bool ObjectCanNew(IObjectContainer container)

Remarks

called before an Object is stored the first time.

Parameters

Name Type Description
container IObjectContainer the ObjectContainer is about to be stored to.

Return Value

Type Description
bool false to prevent the object from being stored.