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
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.
Requirements
Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8
See Also