Hi,how can I set mouse double click to exit MapTool Add-in ?I can't find it anywhere at all.
Thanks for the anwers.
David
@DavidMrázek You should also look at OnToolDoubleClick and OnDoubleClick. It appears we use the latter.
Kris
Hi,
Override MapTool method:
protected override Task HandleDoubleClickAsync(MapViewMouseButtonEventArgs e) { return base.HandleDoubleClickAsync(e); }
it's interesting, but after double-clicking it doesn't fit into the method at all.
Thank you Kris, OnToolDoubleClick works perfectly.
Les membres connectés peuvent publier, suivre les mises à jour, et plus encore. Nouveau ici ? Inscrivez-vous gratuitement.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.