ArcGIS API for WPF - Library Reference
GraphicsLayer.MouseButtonEventHandler Delegate
See Also  Send comments on this topic
ESRI.ArcGIS.Client Namespace : GraphicsLayer.MouseButtonEventHandler Delegate

sender
The object where the event handler is attached.
e
The event data.
Represents the method that handles the GraphicsLayer.MouseLeftButtonDown, GraphicsLayer.MouseLeftButtonUp, GraphicsLayer.MouseRightButtonDown and GraphicsLayer.MouseRightButtonUp events.

Syntax

Visual Basic (Declaration) 
Public Delegate Sub GraphicsLayer.MouseButtonEventHandler( _
   ByVal sender As Object, _
   ByVal e As GraphicMouseButtonEventArgs _
) 
C# 
public delegate void GraphicsLayer.MouseButtonEventHandler( 
   object sender,
   GraphicMouseButtonEventArgs e
)

Parameters

sender
The object where the event handler is attached.
e
The event data.

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© ESRI, Inc. All Rights Reserved.