I am using the Editor.Editvertices icommand to edit a GraphicLayer (not a FeatureLayer). I would like to add functionality to allow the user to stop editing the current graphic by pressing a specific key. It seems like the only way to get the editvertices command to end (while keeping edits to the graphic) is to click on another map feature, and this is less than intuitive.
Basically, what i'm looking for is something similar to the Draw.CompleteDraw method. This method allowed me to implement a key press handler to signal that the drawing is complete.
Any ideas?
Thanks.