Hi Jennifer,
I already knew this event "VertexAdded", but what I wanted to do is to manipulate the line before the user click. Let me explain exactly what I want to do.
The user begins drawing a Geometry, and while adding new vertexes, he might click on an option named by "Define Length". Then, a modal pops up and asks him the length, in meters, that he wants to constrain. After that, he informs a Double value in a textbox and click ok. The line that shows up at the user interface ( The one that follows the mouse and represent the distance between the latest vertex added and where the new one is going to be ) should have EXACTLY the length the user typed.
I literally want to recreate the "Length" feature supported on ArcGIS Desktop while Editing. Is there a way I can manipulate the "Line" that follows the mouse? The one that indicates where the new vertex is going to be added... If so, this will help me a LOT, because I also need to implement the "parallel" and "perperndicular" features while editing.
Thank you so much!