Here is how this works in ArcGIS:
1. create an editor event class to have code in onFeatureCreation and onFeatureChange.
2. the editor event class is called in IExtention class Start method.
3. When user does editing work, the code in editor event class fire up automatically.
I want to find a way in AG Pro SDK so certain tasks can be performed when a feature is created or modified. These tasks can not be done using attribute rule and editor tracking functions.
Thanks.