IObjectCallbacks.

ObjectOnActivate(IObjectContainer) Method

Summary

called upon activation of an object.

Syntax

void ObjectOnActivate(IObjectContainer container)

Remarks

called upon activation of an object.

Parameters

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

Return Value

Type Description
void