onFieldChanged Event
Description
This event is notified after a field value is changed. 
API Event Argument Type
Annotation
A field value change event is also notified during copy/paste operations, but some APIs may not correctly retrieve information at the time of notification. 
When handling a field value change event, use only processes that do not call the corresponding API. 
Consider using the model edit event (onModelEdited) instead. 
- Members of IModel
 - IModel Owner{get;}
- string ModelPath{get;}
- bool IsEditable{get;}
- IModelUnit ModelUnit{get;}
- IModelCollection GetOwners():
- IModel FindOwnerByClass(string, bool);
- IRelationship GetOwnerRelationship();
- IField GetOwnerField();
- void MoveTo(IModel, string, string, int);
 
- IModel Owner{get;}
- Member of IRelationship
 - IModel Source{get;}
- IModel Target{get;}
 
- IModel Source{get;}