IObjectCallbacks.

ObjectOnUpdate(IObjectContainer) Method

Summary

called after an object was updated.

Syntax

void ObjectOnUpdate(IObjectContainer container)

Remarks

called after an object was updated.

Parameters

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

Return Value

Type Description
void