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

Occurs when the right mouse button is released while the mouse pointer is over a Graphic. However, this event will only be raised if a caller marks the preceding System.Windows.UIElement.MouseRightButtonDown event as handled.

Syntax

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

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.