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

Occurs when the right mouse button is pressed while the mouse pointer is over a Graphic.

Syntax

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

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.