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); }
Aangemelde leden kunnen berichten plaatsen, updates volgen en meer. Nieuw hier? Registreer een gratis account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.