The following tables list the members exposed by IMMFieldManagerEvents.
Public Methods
| Name | Description |
| OnBuild | This event is fired when the IMMFieldManager::Build() method is called. That is, the Field Manager contents have been modified. |
| OnReBuild | This event is fired when a change to one field impacts other fields. For example, if a user changes the Subtype field of a transformer from Single Phase to Three Phase, the domain on the Phase field must change. This method ensures that the domain is changed to match the subtype. |
| OnValueChanged | This event is fired when a single value is changed (with the exception of a value that impacts other fields). |
Top
See Also