Good morning.
Is there an established, well-tested way to capture double-click events on Feature Layers on an esri:Map instance? The FeatureLayer object exposes ButtonDown and ButtonUp events, but no Click event, and certainly no DoubleClick. Is there a better way to handle click events other than catching both MouseDown and MouseUp events and making sure the pointer didn't move much, and a better way of handling doubleclicks than keeping a click counter?
Thanks,
Avner