ESRI.ArcGIS.Mobile
IMapWinFormsEvents Interface Members
See Also  Events Send Feedback
ESRI.ArcGIS.Mobile Namespace : IMapWinFormsEvents Interface


The following tables list the members exposed by IMapWinFormsEvents.

Public Events

 NameDescription
 EventCurrentMapActionChanged Occurs when the CurrentMapAction has changed.  
 EventCurrentMapActionChangingOccurs when the CurrentMapAction is changing.  
 EventMouseClickOccurs when the map control is clicked by the mouse.  
 EventMouseDoubleClickOccurs when the map control is double-clicked by the mouse.  
 EventMouseDown Occurs when the mouse pointer is over the map control and a mouse button is pressed.  
 EventMouseMove Occurs when the mouse pointer is moved over the map control.  
 EventMouseUp Occurs when the mouse pointer is over the map control and a mouse button is released.  
 EventMouseWheelOccurs when the mouse wheel moves while the map control has focus.  
 EventPaint Occurs when the map has finished rendering the layers and is about to refresh the display.  
Top

See Also