ArcGIS API for WPF - Library Reference
MouseMove Event
See Also  Send comments on this topic
ESRI.ArcGIS.Client Namespace > Graphic 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 MouseEventHandler
C# 
public event MouseEventHandler MouseMove

Event Data

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

PropertyDescription
Device (Inherited from System.Windows.Input.InputEventArgs) 
Handled (Inherited from System.Windows.RoutedEventArgs) 
LeftButton  
MiddleButton  
MouseDevice  
OriginalSource (Inherited from System.Windows.RoutedEventArgs) 
RightButton  
RoutedEvent (Inherited from System.Windows.RoutedEventArgs) 
Source (Inherited from System.Windows.RoutedEventArgs) 
StylusDevice  
Timestamp (Inherited from System.Windows.Input.InputEventArgs) 
XButton1  
XButton2  

Requirements

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

See Also

© ESRI, Inc. All Rights Reserved.