Is there a way for my onRowChangeEvent(RowChangedEventArgs args) to determine if a change came from the ArcGIS Pro attribute editor specifically? I want to allow users to change the shape, scale, and location of objects, but not alter the attributes using the out of the box editor. I have come up with a number of work arounds, but wondering if I am missing something that says the change came from map/attribute editor/etc...
Its the internal inheritance. "IsMove" isn't on the basetype but you can still get it from the instantiated type.