CODModel::OnPropertyChange

void CODModel::OnPropertyChange(const CODProperty& prop)

Called when a property is changed.

Defined in: OdModel.cpp

Return Value

void

Parameters

prop

Reference to property that changed.

Comments

Calls IPropertyNotifySink::OnChanged for child components that implement the IPropertyNotifySink interface.