NShape Reference
ModelPropertyChanged

<< Click to Display Table of Contents >>

Navigation:  Class Reference > Namespace Dataweb.NShape > Shape Class >

NShape Reference
ModelPropertyChanged

Previous pageReturn to chapter overviewNext page

Notifies the shape of a property change in the associated model object.

Syntax

void ModelPropertyChanged(int id, int value)

void ModelPropertyChanged(int id, float value)

void ModelPropertyChanged(int id, string value)

Description

The model property id is defined either by the DiagrammingPropertyIdAttribute assigned to the property or by the property definition returned from IModelObject.GetPropertyDefinitions.