Hi,
I'm trying to implement some code in an AddIn that will listen for Edit events, and then run some code. I'm using the following article to help (https://pro.arcgis.com/en/pro-app/sdk/api-reference/#topic9808.html) but I'm not sure where I am supposed to put this code.
Should I be creating a new AddIn for this, or can I just add the code to an existing AddIn? All users currently load the same Toolbar, which I have created an AddIn for. Can I just put the code in there??
Thanks,