Skip to main content

onFieldChanged event

Description

This event is notified after the field value is changed.

API event argument type

Annotation

Even in the case of copy and paste operations, the field value change event is notified, but some APIs may not be able to obtain the information correctly at the time of notification.
When processing the 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);
  • Member of IRelationship
    • IModel Source{get;}
    • IModel Target{get;}