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
Thank you Kris, OnToolDoubleClick works perfectly.
Hi,
it's interesting, but after double-clicking it doesn't fit into the method at all.
Override MapTool method:
protected override Task HandleDoubleClickAsync(MapViewMouseButtonEventArgs e) { return base.HandleDoubleClickAsync(e); }
Přihlášení členové mohou přispívat, sledovat aktualizace a další. Jste tu noví? Zaregistrujte si bezplatný účet.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.