ESRI.ArcGIS.Mobile
MapAction Class Members
See Also  Fields  Properties  Methods  Events Send Feedback
ESRI.ArcGIS.Mobile.WinForms Namespace : MapAction Class


The following tables list the members exposed by MapAction.

Public Fields

 NameDescription
Public Fieldstatic (Shared in Visual Basic)Activated The MapAction has been activated.  
Public Fieldstatic (Shared in Visual Basic)Activating The MapAction is going to be activated.  
Public Fieldstatic (Shared in Visual Basic)Canceled The MapAction was canceled.  
Public Fieldstatic (Shared in Visual Basic)Completed The MapAction was completed.  
Public Fieldstatic (Shared in Visual Basic)Deactivated The MapAction has been deactivated.  
Public Fieldstatic (Shared in Visual Basic)Deactivating The MapAction is going to be deactivated.  
Top

Public Properties

 NameDescription
Public PropertyActionInProgress Indicates if an action is in progress.  
Public PropertyActive Indicates if the MapAction is active. When active the MapAction is receiving Map input events.  
Public PropertyMapGets or sets the map associated with this MapAction.  
Top

Public Methods

 NameDescription
Public MethodCancelCancels the map action, the map action will return to its initial state.  
Public MethodDisposeOverloaded.  Disposes the instance.  
Top

Protected Methods

 NameDescription
Protected MethodOnActiveChanged Invoked when the Active property has changed.  
Protected MethodOnActiveChangingInvoked when the Active property is about to change, raises StatusChanged event.  
Protected MethodOnMapDoubleClick Method invoked when the attached map raises the DoubleClick event.  
Protected MethodOnMapKeyDown Method invoked when the attached map raises the KeyDown event.  
Protected MethodOnMapKeyPress Method invoked when the attached map raises the KeyPress event.  
Protected MethodOnMapKeyUp Method invoked when the attached map raises the KeyUp event.  
Protected MethodOnMapMouseDoubleClick Method invoked when the attached map raises the MouseDoubleClick event.  
Protected MethodOnMapMouseDown Method invoked when the attached map raises the MouseDown event.  
Protected MethodOnMapMouseMove Method invoked when the attached map raises the MouseMove event.  
Protected MethodOnMapMouseUp Method invoked when the attached map raises the MouseUp event.  
Protected MethodOnMapMouseWheel Method invoked when the attached map raises the MouseWheel event.  
Protected MethodOnMapPaint Method invoked when the attached map raises the Paint event.  
Protected MethodOnSetMap Invoked when the Map is set on the MapAction.  
Protected MethodOnStatusChanged Raises the MapActionStatusChanged event with the given statusId.  
Top

Public Events

 NameDescription
Public EventStatusChanged Occurs when the MapAction state has changed.  
Top

See Also

© 2013 All Rights Reserved.