Hi, I am new to ArcGIS Pro SDK. Using ArcGIS Pro 2.9 and Utility Network version 5.
I am working on an ArcGIS Pro add-in project. I need to implement an automation function that assigns attributes when users create a new feature. For example, assign a region code by the location where the user clicked which requires a spatial query.
I tried RowCreatedEvent but it is not working on a branch versioned feature service.
How can I achieve my goal similar to the ArcObject OnCreateFeature event? If not, is there any workaround?