The following tables list the members exposed by MapAction.
Name | Description | |
---|---|---|
![]() ![]() | Activated | The MapAction has been activated. |
![]() ![]() | Activating | The MapAction is going to be activated. |
![]() ![]() | Canceled | The MapAction was canceled. |
![]() ![]() | Completed | The MapAction was completed. |
![]() ![]() | Deactivated | The MapAction has been deactivated. |
![]() ![]() | Deactivating | The MapAction is going to be deactivated. |
Name | Description | |
---|---|---|
![]() | ActionInProgress | Indicates if an action is in progress. |
![]() | Active | Indicates if the MapAction is active. When active the MapAction is receiving Map input events. |
![]() | Map | Gets or sets the map associated with this MapAction. |
Name | Description | |
---|---|---|
![]() | Cancel | Cancels the map action, the map action will return to its initial state. |
![]() | Dispose | Overloaded. Disposes the instance. |
Name | Description | |
---|---|---|
![]() | OnActiveChanged | Invoked when the Active property has changed. |
![]() | OnActiveChanging | Invoked when the Active property is about to change, raises StatusChanged event. |
![]() | OnMapDoubleClick | Method invoked when the attached map raises the DoubleClick event. |
![]() | OnMapKeyDown | Method invoked when the attached map raises the KeyDown event. |
![]() | OnMapKeyPress | Method invoked when the attached map raises the KeyPress event. |
![]() | OnMapKeyUp | Method invoked when the attached map raises the KeyUp event. |
![]() | OnMapMouseDoubleClick | Method invoked when the attached map raises the MouseDoubleClick event. |
![]() | OnMapMouseDown | Method invoked when the attached map raises the MouseDown event. |
![]() | OnMapMouseMove | Method invoked when the attached map raises the MouseMove event. |
![]() | OnMapMouseUp | Method invoked when the attached map raises the MouseUp event. |
![]() | OnMapMouseWheel | Method invoked when the attached map raises the MouseWheel event. |
![]() | OnMapPaint | Method invoked when the attached map raises the Paint event. |
![]() | OnSetMap | Invoked when the Map is set on the MapAction. |
![]() | OnStatusChanged | Raises the MapActionStatusChanged event with the given statusId. |
Name | Description | |
---|---|---|
![]() | StatusChanged | Occurs when the MapAction state has changed. |