IObjectCallbacks.

ObjectCanActivate(IObjectContainer) Method

Summary

called before an Object is activated.

Syntax

bool ObjectCanActivate(IObjectContainer container)

Remarks

called before an Object is activated.

Parameters

Name Type Description
container IObjectContainer the ObjectContainer the object is stored in.

Return Value

Type Description
bool false to prevent activation.