ArcGIS Runtime SDK for WPF - Library Reference
MouseMove Event
See Also 
ESRI.ArcGIS.Client Namespace > GraphicsLayer Class : MouseMove Event

Occurs when the coordinate position of the mouse (or stylus) changes while over a System.Windows.UIElement (or while a System.Windows.UIElement holds mouse capture).

Syntax

Visual Basic (Declaration) 
Public Event MouseMove As GraphicsLayer.MouseEventHandler
C# 
public event GraphicsLayer.MouseEventHandler MouseMove

Event Data

The event handler receives an argument of type GraphicMouseEventArgs containing data related to this event. The following GraphicMouseEventArgs properties provide information specific to this event.

PropertyDescription
Graphic Gets a reference to the the Graphic that raised the event.
OriginalSource Gets a reference to the object that raised the event.
StylusDevice Gets an object that reports stylus device information, such as the collection of stylus points associated with the input.

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8

See Also

© ESRI, Inc. All Rights Reserved.