ESRI.ArcGIS.Mobile
MapMouseEventArgs Class
Members  See Also  Send Feedback
ESRI.ArcGIS.Mobile Namespace : MapMouseEventArgs Class

Event arguments passed by the map mouse events.

Object Model


Syntax

Visual Basic (Declaration) 
Public Class MapMouseEventArgs 
   Inherits MouseEventArgs
C# 
public class MapMouseEventArgs : MouseEventArgs 

Remarks

MapMouseEventArgs implements MouseEventArgs class extending it by providing a direct access to the map Coordinate that corresponds to the location reported as X and Y coordinates of the mouse.

Inheritance Hierarchy

System.Object
   System.EventArgs
      System.Windows.Forms.MouseEventArgs
         ESRI.ArcGIS.Mobile.MapMouseEventArgs

Requirements

Namespace: ESRI.ArcGIS.Mobile

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

Assembly: ESRI.ArcGIS.Mobile (in ESRI.ArcGIS.Mobile.dll)

See Also