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

Occurs when the left mouse button is pressed (or when the tip of the stylus touches the tablet PC) while the mouse pointer is over a Graphic.

Syntax

Visual Basic (Declaration) 
Public Event MouseLeftButtonDown As GraphicsLayer.MouseButtonEventHandler
C# 
public event GraphicsLayer.MouseButtonEventHandler MouseLeftButtonDown

Event Data

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

PropertyDescription
Graphic (Inherited from ESRI.ArcGIS.Client.GraphicMouseEventArgs)Gets a reference to the the Graphic that raised the event.
Handled Gets or sets a value that marks the routed event as handled. A true value for Handled prevents most handlers along the event route from handling the same event again.
OriginalSource (Inherited from ESRI.ArcGIS.Client.GraphicMouseEventArgs)Gets a reference to the object that raised the event.
StylusDevice (Inherited from ESRI.ArcGIS.Client.GraphicMouseEventArgs)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.