We have recently begun moving our apps to the new v200.x SDK.
During this process we have noticed that the old SketchEditor had a GeometryChanged event that seems to be missing in the new GeometryEditor.
Parts of our user interactions rely on being able to capture changes to the currently edited geometry to display values (like the radius of a circle) to the user during editing.
Are there any plans to add this event to the GeometryEditor or is there another way to solve this issue?