I have a button that is for feature selection, whenever SketchViewModel.Create("Rectangle") is called, the View.On("Click") will not register clicks.
the SketchViewModel drawing mode is "freehand" and I want it to stay that way, at the same time I want the tool to register single clicks even when the Create("Rectangle") method is called. Sort of like how Arcmap selection tool works.
I want the users to be able to Either draw a rectangle and get the features that intersect, or a single click and query features that are in the location of the click.
Any ideas on how to do this ?