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); }
Angemeldete Mitglieder können Beiträge verfassen, Updates folgen und mehr. Neu hier? Registriere ein kostenloses Konto.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.