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

sender
e
Represents the method that will handle mouse related routed events that do not specifically involve mouse buttons; for example, System.Windows.UIElement.MouseMove.

Syntax

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

Parameters

sender
e

Requirements

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

See Also

© ESRI, Inc. All Rights Reserved.