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); }
サインインしたメンバーは投稿、更新のフォローなどができます。初めてですか?無料アカウントを登録してください。
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.