I am looking for Mouse events in the sdk. I have a app I upgrading from 9.2 ArcgisMobile to .NET and cannot find the events.

2439
1
10-08-2014 03:47 PM
KoreyAlleman1
New Contributor

@

0 Kudos
1 Reply
dotMorten_esri
Esri Notable Contributor

Mouse events are part of the underlying WPF/WinStore/WinPhone platform,

Here's a list of WPF events: UIElement Events (System.Windows)

On WinPhone and WinStore they are usually called Pointer* instead of Mouse*: UIElement class - Windows app development

In addition to that, we provide a few more interpreted events on top: MapViewTapped, MapViewDoubleTapped and MapViewHolding: MapView Events

0 Kudos