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


The following tables list the members exposed by MapMouseEventArgs.

Public Constructors

 NameDescription
Public ConstructorMapMouseEventArgs Constructor Initializes a new instance of MapMouseEventArgs.  
Top

Public Properties

 NameDescription
Public PropertyButtonGets which mouse button was pressed. (Inherited from System.Windows.Forms.MouseEventArgs)
Public PropertyClicksGets the number of times the mouse button was pressed and released. (Inherited from System.Windows.Forms.MouseEventArgs)
Public PropertyDeltaGets a signed count of the number of detents the mouse wheel has rotated. A detent is one notch of the mouse wheel. (Inherited from System.Windows.Forms.MouseEventArgs)
Public PropertyHandled Indicates the state of the event handling for the routed event.  
Public PropertyLocationGets the location of the mouse during the generating mouse event. (Inherited from System.Windows.Forms.MouseEventArgs)
Public PropertyMapCoordinate Gets the map coordinates for the mouse event.  
Public PropertyXGets the x-coordinate of the mouse during the generating mouse event. (Inherited from System.Windows.Forms.MouseEventArgs)
Public PropertyYGets the y-coordinate of the mouse during the generating mouse event. (Inherited from System.Windows.Forms.MouseEventArgs)
Top

See Also