The following tables list the members exposed by PanMapAction.
Name | Description | |
---|---|---|
![]() | PanMapAction Constructor | Initializes a new instance of PanMapAction. |
Name | Description | |
---|---|---|
![]() | ActionInProgress | Indicates if an action is in progress. (Inherited from MapAction) |
![]() | Active | Indicates if the MapAction is active. When active the MapAction is receiving Map input events. (Inherited from MapAction) |
![]() | Map | Gets or sets the map associated with this MapAction. (Inherited from MapAction) |
Name | Description | |
---|---|---|
![]() | Cancel | Overridden. Reset the map action to its initial state. |
![]() | Dispose | Overloaded. Disposes the instance. (Inherited from MapAction) |
![]() | ToString | Overridden. Returns a String that represents the current Object. |
Name | Description | |
---|---|---|
![]() | OnActiveChanged | Invoked when the Active property has changed. (Inherited from MapAction) |
![]() | OnActiveChanging | Overridden. Activate the MapAction. |
![]() | OnMapDoubleClick | Method invoked when the attached map raises the DoubleClick event. (Inherited from MapAction) |
![]() | OnMapKeyDown | Overridden. Method invoked when the attached map raises the KeyDown event. |
![]() | OnMapKeyPress | Method invoked when the attached map raises the KeyPress event. (Inherited from MapAction) |
![]() | OnMapKeyUp | Method invoked when the attached map raises the KeyUp event. (Inherited from MapAction) |
![]() | OnMapMouseDoubleClick | Method invoked when the attached map raises the MouseDoubleClick event. (Inherited from MapAction) |
![]() | OnMapMouseDown | Overridden. Method invoked when the attached map raises the MouseDown event. |
![]() | OnMapMouseMove | Overridden. Method invoked when the attached map raises the MouseMove event. |
![]() | OnMapMouseUp | Overridden. Method invoked when the attached map raises the MouseUp event. |
![]() | OnMapMouseWheel | Method invoked when the attached map raises the MouseWheel event. (Inherited from MapAction) |
![]() | OnMapPaint | Method invoked when the attached map raises the Paint event. (Inherited from MapAction) |
![]() | OnSetMap | Invoked when the Map is set on the MapAction. (Inherited from MapAction) |
![]() | OnStatusChanged | Raises the MapActionStatusChanged event with the given statusId. (Inherited from MapAction) |
Name | Description | |
---|---|---|
![]() | StatusChanged | Occurs when the MapAction state has changed. (Inherited from MapAction) |