I'm thinking this should be easy, but I can't find any information on how to do this programmatically. I am porting an ArcMap Extension that has a move function for a point feature. We use the ISnapEnvironment and other Snapping classes to do this. I can't, for the life of me find any examples or how to do this in ArcGIS Pro SDK. I know how to move a point, but I need the user to be able to drag to the new location.
I love how the built in move edit works in ArcGIS Pro. If I can figure out a way to just capture the move do some application specific processing, that would be good too.
Any help would be most appreciated!