ArcGIS API for Windows Phone - 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, and GraphicsLayer.MouseLeftButtonUp 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 Vista, Windows 7

See Also

© ESRI, Inc. All Rights Reserved.