ArcGIS API for WPF - Library Reference
MouseLeftButtonUp Event
See Also  Send comments on this topic
ESRI.ArcGIS.Client Namespace > GraphicsLayer Class : MouseLeftButtonUp Event

Occurs when the left mouse button is released (or the tip of the stylus is removed from the tablet PC) while the mouse (or the stylus) is over a Graphic.

Syntax

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

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 GraphicMouseEventArgs.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

See Also

© ESRI, Inc. All Rights Reserved.