IObjectCallbacks.

ObjectOnDeactivate(IObjectContainer) Method

Summary

called upon deactivation of an object.

Syntax

void ObjectOnDeactivate(IObjectContainer container)

Remarks

called upon deactivation of an object.

Parameters

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

Return Value

Type Description
void