To cause a feature selection in a feature layer we typically use something like MouseLeftButtonUp="FeatureLayer_MouseLeftButtonUp"
in the FeatureLayer. To cause an identify query, we typically use something like MouseClick="QueryPoint_MouseClick"
in the Map. I am finding that these two clicks don't get along very well together. Usually only one or the other fires. If the identify is limited to the featureLayer, is there a way to combine them together so they work together?Thanks