Hello,
On the desktop edition you can add an event handler to handle the edit overlay's vertexmoved event:
winformsMap1.EditOverlay.VertexMoved += new EventHandler<VertexMovedEditInteractiveOverlayEventArgs>(EditOverlay_VertexMoved);
Is there a way to do this in the Web Edition? I basically need to post back to the aspx code-behind page every time the user finishes moving a vertex on the client side. Is there an OpenLayers JavaScript function that I can somehow use?
Thanks,
Joe