onFieldChanged event
Description
An event that is notified after a field value changes.
API event argument type
Annotation
Even in the case of a copy-paste operation, an event after a field value is changed is notified, but some APIs may not be able to obtain the information correctly at the timing of the notification.
For event processing after a field value is changed, use only processing that does 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;}