I would like to assign some default attribute values based on user assignment of a value to one particular attribute. I would especially like to detect when a domain value is selected for the attribute. Ideas?
If solution is only on client-side, you can subscribe to Graphic.AttributeValueChanged event. You can also subscribe to FeatureDataForm.EditEnded to know when changes to attributes are applied.
I have some code working well in the Graphic.AttributeValueChanged event procedure when the add feature custom FeatureDataForm launches. Thanks for the tip.