Table of Contents

ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay

Note: The page was created before Map Suite 10. Map Suite 10.0 organized many classes into new namespaces and assemblies as well as had a few minor breaks in compatibility. The majority of previously built code should work without modification assuming the new namespaces are added. For guidance on upgrading your existing code, please check out MapSuite 10 Upgrade Guide.

This class inherits from InterativeOverlay abstract class. This specified overlay describle the EditShape interative process with MapControl using Mouse or Keyborad.

Inheritance Hierarchy

Members Summary

Public Constructors

EditInteractiveOverlay()

Remarks
Parameters

Protected Constructors

Public Methods

CalculateAllControlPoints()

Remarks
Return Value
Parameters

MouseDown(InteractionArguments)

Remarks
Return Value
Parameters

MouseMove(InteractionArguments)

Remarks
Return Value
Parameters

ManipulationStarted(InteractionArguments)

Remarks
Return Value
Parameters

ManipulationDelta(InteractionArguments)

Remarks
Return Value
Parameters

ManipulationCompleted(InteractionArguments)

Remarks
Return Value
Parameters

MouseUp(InteractionArguments)

Remarks
Return Value
Parameters

MouseClick(InteractionArguments)

Remarks
Return Value
Parameters

MouseDoubleClick(InteractionArguments)

Remarks
Return Value
Parameters

MouseWheel(InteractionArguments)

Remarks
Return Value
Parameters

MouseLeave(InteractionArguments)

Remarks
Return Value
Parameters

MouseEnter(InteractionArguments)

Remarks
Return Value
Parameters

KeyUp(KeyEventInteractionArguments)

Remarks
Return Value
Parameters

KeyDown(KeyEventInteractionArguments)

Remarks
Return Value
Parameters

Refresh(IEnumerable<RectangleShape>)

Remarks
Return Value
Parameters

Refresh(TimeSpan)

Remarks
Return Value
Parameters

Refresh(TimeSpan,RequestDrawingBufferTimeType)

Remarks
Return Value
Parameters

Refresh(RectangleShape,TimeSpan)

Remarks
Return Value
Parameters

Refresh(RectangleShape,TimeSpan,RequestDrawingBufferTimeType)

Remarks
Return Value
Parameters

Refresh(IEnumerable<RectangleShape>,TimeSpan)

Remarks
Return Value
Parameters

Refresh(IEnumerable<RectangleShape>,TimeSpan,RequestDrawingBufferTimeType)

Remarks
Return Value
Parameters

Initialize(MapArguments)

Remarks
Return Value
Parameters

Refresh(RectangleShape)

Remarks
Return Value
Parameters

Refresh()

Remarks
Return Value
Parameters

Close()

Remarks
Return Value
Parameters

Open()

Remarks
Return Value
Parameters

Draw(RectangleShape)

Remarks
Return Value
Parameters

Draw(RectangleShape,OverlayRefreshType)

Remarks
Return Value
Parameters

PanTo(RectangleShape)

Remarks
Return Value
Parameters

GetBoundingBox()

Remarks
Return Value
Parameters

SaveState()

Remarks
Return Value
Parameters

LoadState(Byte[])

Remarks
Return Value
Parameters

Dispose()

Remarks
Return Value
Parameters

ToString()

Remarks
Return Value
Parameters

Equals(Object)

Remarks
Return Value
Parameters

GetHashCode()

Remarks
Return Value
Parameters

GetType()

Remarks
Return Value
Parameters

Protected Methods

MoveVertexCore(Feature,PointShape,PointShape)

Remarks
Return Value
Parameters

RemoveVertex(PointShape,Double)

Remarks
Return Value
Parameters

RemoveVertexCore(Feature,Vertex,Double)

Remarks
Return Value
Parameters

OnFeatureDragging(FeatureDraggingEditInteractiveOverlayEventArgs)

Remarks
Return Value
Parameters

OnFeatureDragged(FeatureDraggedEditInteractiveOverlayEventArgs)

Remarks
Return Value
Parameters

OnFeatureResizing(FeatureResizingEditInteractiveOverlayEventArgs)

Remarks
Return Value
Parameters

OnFeatureResized(FeatureResizedEditInteractiveOverlayEventArgs)

Remarks
Return Value
Parameters

OnFeatureRotating(FeatureRotatingEditInteractiveOverlayEventArgs)

Remarks
Return Value
Parameters

OnFeatureRotated(FeatureRotatedEditInteractiveOverlayEventArgs)

Remarks
Return Value
Parameters

OnControlPointSelecting(ControlPointSelectingEditInteractiveOverlayEventArgs)

Remarks
Return Value
Parameters

OnControlPointSelected(ControlPointSelectedEditInteractiveOverlayEventArgs)

Remarks
Return Value
Parameters

OnVertexAdding(VertexAddingEditInteractiveOverlayEventArgs)

Remarks
Return Value
Parameters

OnVertexAdded(VertexAddedEditInteractiveOverlayEventArgs)

Remarks
Return Value
Parameters

OnVertexMoving(VertexMovingEditInteractiveOverlayEventArgs)

Remarks
Return Value
Parameters

OnVertexMoved(VertexMovedEditInteractiveOverlayEventArgs)

Remarks
Return Value
Parameters

OnVertexRemoving(VertexRemovingEditInteractiveOverlayEventArgs)

Remarks
Return Value
Parameters

OnVertexRemoved(VertexRemovedEditInteractiveOverlayEventArgs)

Remarks
Return Value
Parameters

SaveStateCore()

Remarks
Return Value
Parameters

LoadStateCore(Byte[])

Remarks
Return Value
Parameters

OnFeatureEditing(FeatureEditingEditInteractiveOverlayEventArgs)

Remarks
Return Value
Parameters

OnFeatureEdited(FeatureEditedEditInteractiveOverlayEventArgs)

Remarks
Return Value
Parameters

DrawCore(RectangleShape,OverlayRefreshType)

Remarks
Return Value
Parameters

DrawTileCore(GeoCanvas)

Remarks
Return Value
Parameters

SetSelectedControlPoint(PointShape,Double)

Remarks
Return Value
Parameters

SetSelectedControlPointCore(PointShape,Double)

Remarks
Return Value
Parameters

EndEditing(PointShape)

Remarks
Return Value
Parameters

EndEditingCore(PointShape)

Remarks
Return Value
Parameters

ClearAllControlPoints()

Remarks
Return Value
Parameters

CalculateDragControlPoints()

Remarks
Return Value
Parameters

CalculateDragControlPointsCore(Feature)

Remarks
Return Value
Parameters

CalculateRotateControlPoints()

Remarks
Return Value
Parameters

CalculateRotateControlPointsCore(Feature)

Remarks
Return Value
Parameters

CalculateResizeControlPoints()

Remarks
Return Value
Parameters

CalculateResizeControlPointsCore(Feature)

Remarks
Return Value
Parameters

CalculateVertexControlPoints()

Remarks
Return Value
Parameters

CalculateVertexControlPointsCore(Feature)

Remarks
Return Value
Parameters

MouseDownCore(InteractionArguments)

Remarks
Return Value
Parameters

MouseMoveCore(InteractionArguments)

Remarks
Return Value
Parameters

MouseUpCore(InteractionArguments)

Remarks
Return Value
Parameters

ManipulationStartedCore(InteractionArguments)

Remarks
Return Value
Parameters

ManipulationDeltaCore(InteractionArguments)

Remarks
Return Value
Parameters

ManipulationCompletedCore(InteractionArguments)

Remarks
Return Value
Parameters

MouseClickCore(InteractionArguments)

Remarks
Return Value
Parameters

MouseDoubleClickCore(InteractionArguments)

Remarks
Return Value
Parameters

DragFeature(Feature,PointShape,PointShape)

Remarks
Return Value
Parameters

DragFeatureCore(Feature,PointShape,PointShape)

Remarks
Return Value
Parameters

ResizeFeature(Feature,PointShape,PointShape)

Remarks
Return Value
Parameters

ResizeFeatureCore(Feature,PointShape,PointShape)

Remarks
Return Value
Parameters

RotateFeature(Feature,PointShape,PointShape)

Remarks
Return Value
Parameters

RotateFeatureCore(Feature,PointShape,PointShape)

Remarks
Return Value
Parameters

AddVertex(PointShape,Double)

Remarks
Return Value
Parameters

AddVertexCore(Feature,PointShape,Double)

Remarks
Return Value
Parameters

MoveVertex(Feature,PointShape,PointShape)

Remarks
Return Value
Parameters

MouseWheelCore(InteractionArguments)

Remarks
Return Value
Parameters

MouseLeaveCore(InteractionArguments)

Remarks
Return Value
Parameters

MouseEnterCore(InteractionArguments)

Remarks
Return Value
Parameters

KeyUpCore(KeyEventInteractionArguments)

Remarks
Return Value
Parameters

KeyDownCore(KeyEventInteractionArguments)

Remarks
Return Value
Parameters

OnMapMouseDown(MapMouseDownInteractiveOverlayEventArgs)

Remarks
Return Value
Parameters

OnMapMouseMove(MapMouseMoveInteractiveOverlayEventArgs)

Remarks
Return Value
Parameters

OnMapMouseUp(MapMouseUpInteractiveOverlayEventArgs)

Remarks
Return Value
Parameters

OnMapMouseClick(MapMouseClickInteractiveOverlayEventArgs)

Remarks
Return Value
Parameters

OnMapMouseDoubleClick(MapMouseDoubleClickInteractiveOverlayEventArgs)

Remarks
Return Value
Parameters

OnMapMouseWheel(MapMouseWheelInteractiveOverlayEventArgs)

Remarks
Return Value
Parameters

OnMapMouseLeave(MapMouseLeaveInteractiveOverlayEventArgs)

Remarks
Return Value
Parameters

OnMapMouseEnter(MapMouseEnterInteractiveOverlayEventArgs)

Remarks
Return Value
Parameters

OnMapKeyUp(MapKeyUpInteractiveOverlayEventArgs)

Remarks
Return Value
Parameters

OnMapKeyDown(MapKeyDownInteractiveOverlayEventArgs)

Remarks
Return Value
Parameters

LhQ=(LayerTile)

Remarks
Return Value
Parameters

IhQ=(RectangleShape,Double)

Remarks
Return Value
Parameters

InitializeCore(MapArguments)

Remarks
Return Value
Parameters

RefreshCore(RectangleShape)

Remarks
Return Value
Parameters

RefreshCore()

Remarks
Return Value
Parameters

CloseCore()

Remarks
Return Value
Parameters

OpenCore()

Remarks
Return Value
Parameters

4hM=(GeoCanvas)

Remarks
Return Value
Parameters

DrawAttributionCore(GeoCanvas)

Remarks
Return Value
Parameters

OnDrawingAttribution(DrawingAttributionOverlayEventArgs)

Remarks
Return Value
Parameters

OnDrawnAttribution(DrawnAttributionOverlayEventArgs)

Remarks
Return Value
Parameters

PanToCore(RectangleShape)

Remarks
Return Value
Parameters

OnDrawing(DrawingOverlayEventArgs)

Remarks
Return Value
Parameters

OnDrawn(DrawnOverlayEventArgs)

Remarks
Return Value
Parameters

GetBoundingBoxCore()

Remarks
Return Value
Parameters

Finalize()

Remarks
Return Value
Parameters

Dispose(Boolean)

Remarks
Return Value
Parameters

OnRefreshing(OverlayRefreshType)

Remarks
Return Value
Parameters

MemberwiseClone()

Remarks
Return Value
Parameters

Public Properties

PolygonTrackMode

N/A

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#PolygonTrackMode

Return Value

EditShapesLayer

This property gets the InMemoryFeatureLayer which holds the edit shapes.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#EditShapesLayer

Return Value

EditsInProcessLayer

N/A

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#EditsInProcessLayer

Return Value

DragControlPointsLayer

This property gets the InMemoryFeatureLayer which holds the control points for drag.

Remarks

Every control points for drag are not the existing vertex of the edit shapes.

Return Value

RotateControlPointsLayer

This property gets the InMemoryFeatureLayer which holds the control points for rotate.

Remarks

Every control points for rotate are not the existing vertex of the edit shapes.

Return Value

ResizeControlPointsLayer

This property gets the InMemoryFeatureLayer which holds the control points for resize.

Remarks

Every control points for resize are not the existing vertex of the edit shapes.

Return Value

ExistingControlPointsLayer

This property gets the InMemoryFeatureLayer which holds the control points which represents the existing vertices of the edit shapes.

Remarks

Every control points in this layer are the existing vertices of the edit shapes.

Return Value

CanDrag

Gets a value which indicates whether the shape can be dragged.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#CanDrag

Return Value

CanReshape

Gets a value which indicates whether the shape can be reshaped.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#CanReshape

Return Value

CanResize

Gets a value which indicates whether the shape can be resized.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#CanResize

Return Value

CanRotate

Gets a value which indicates whether the shape can be rotated.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#CanRotate

Return Value

CanAddVertex

Gets a value which indicates whether the shape can Add new vertex.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#CanAddVertex

Return Value

CanRemoveVertex

Gets a value which indicates whether the shape can remove a existing vertex.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#CanRemoveVertex

Return Value

IsEmpty

This property indicates whether this overlay is empty or not.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#IsEmpty

Return Value

DrawingMarginPercentage

N/A

Remarks

For the most updated Info for this topic, please check it here:

Return Value

RenderMode

This property gets and sets the render mode for drawing this overlay.

Remarks

Set GdiPlus to render map image with Gdi+. We recommend use this value with large data. Set DrawingVisual to render map image with DrawingVisual feature in WPF. Use it when the spatial data is small to get better responding.

Return Value

AutoRefreshInterval

N/A

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#AutoRefreshInterval

Return Value

Name

Gets or sets the name of this overaly.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#Name

Return Value

MapArguments

Gets or sets current map information which will be used for calculating mechanism.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#Initialize.28MapArguments.29

Return Value

OverlayCanvas

Gets or sets the actual canvas which maintains all the visual elements on the overlay.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#OverlayCanvas

Return Value

IsBase

N/A

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#IsBase

Return Value

CanRefreshRegion

N/A

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#CanRefreshRegion

Return Value

DrawingExceptionMode

This property gets and sets the DrawingExceptionMode used when an exception occurs during drawing.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#DrawingExceptionMode

Return Value

IsVisible

Gets or sets if this overlay is visible.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#IsVisible

Return Value

Attribution

N/A

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#DrawAttributionCore.28GeoCanvas.29

Return Value

Protected Properties

ControlPointType

Gets or sets the ControlPointType for the control points of the edit shapes.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#ControlPointType

Return Value

SelectControlPointFeature

This property gets the feature represents the select control points of the edit shapes.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#SelectControlPointFeature

Return Value

OriginalEditingFeature

This property gets the feature represents the original editing feature.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#OriginalEditingFeature

Return Value

PreviousExtent

Gets or sets the previous exent of the overlay.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#PreviousExtent

Return Value

3BM=

N/A

Remarks

N/A

Return Value

IsOverlayInitialized

Gets or sets if the overlay canvas is initialized.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#IsOverlayInitialized

Return Value

Public Events

FeatureDragged This event will be fired after drag the feature.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#OnFeatureDragged.28FeatureDraggedEditInteractiveOverlayEventArgs.29

Event Arguments:FeatureDraggedEditInteractiveOverlayEventArgs

FeatureDragging This event will be fired before drag the feature.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#OnFeatureDragging.28FeatureDraggingEditInteractiveOverlayEventArgs.29

Event Arguments:FeatureDraggingEditInteractiveOverlayEventArgs

FeatureResized This event will be fired after resize the feature.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#OnFeatureResized.28FeatureResizedEditInteractiveOverlayEventArgs.29

Event Arguments:FeatureResizedEditInteractiveOverlayEventArgs

FeatureResizing This event will be fired before resize the feature.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#OnFeatureResizing.28FeatureResizingEditInteractiveOverlayEventArgs.29

Event Arguments:FeatureResizingEditInteractiveOverlayEventArgs

FeatureRotated This event will be fired after rotate the feature.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#OnFeatureRotated.28FeatureRotatedEditInteractiveOverlayEventArgs.29

Event Arguments:FeatureRotatedEditInteractiveOverlayEventArgs

FeatureRotating This event will be fired before rotate the feature.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#OnFeatureRotating.28FeatureRotatingEditInteractiveOverlayEventArgs.29

Event Arguments:FeatureRotatingEditInteractiveOverlayEventArgs

VertexAdded This event will be fired after add the vertex.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#OnVertexAdded.28VertexAddedEditInteractiveOverlayEventArgs.29

Event Arguments:VertexAddedEditInteractiveOverlayEventArgs

VertexAdding This event will be fired before add the vertex.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#OnVertexAdding.28VertexAddingEditInteractiveOverlayEventArgs.29

Event Arguments:VertexAddingEditInteractiveOverlayEventArgs

VertexMoved This event will be fired after move the vertex.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#OnVertexMoved.28VertexMovedEditInteractiveOverlayEventArgs.29

Event Arguments:VertexMovedEditInteractiveOverlayEventArgs

VertexMoving This event will be fired before move the vertex.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#OnVertexMoving.28VertexMovingEditInteractiveOverlayEventArgs.29

Event Arguments:VertexMovingEditInteractiveOverlayEventArgs

VertexRemoved This event will be fired after remove the vertex.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#OnVertexRemoved.28VertexRemovedEditInteractiveOverlayEventArgs.29

Event Arguments:VertexRemovedEditInteractiveOverlayEventArgs

VertexRemoving This event will be fired before remove the vertex.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#OnVertexRemoving.28VertexRemovingEditInteractiveOverlayEventArgs.29

Event Arguments:VertexRemovingEditInteractiveOverlayEventArgs

ControlPointSelected This event will be fired after select the control point.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#OnControlPointSelected.28ControlPointSelectedEditInteractiveOverlayEventArgs.29

Event Arguments:ControlPointSelectedEditInteractiveOverlayEventArgs

ControlPointSelecting This event will be fired before select the control point.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#OnControlPointSelecting.28ControlPointSelectingEditInteractiveOverlayEventArgs.29

Event Arguments:ControlPointSelectingEditInteractiveOverlayEventArgs

FeatureEditing N/A

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#OnFeatureEditing.28FeatureEditingEditInteractiveOverlayEventArgs.29

Event Arguments:FeatureEditingEditInteractiveOverlayEventArgs

FeatureEdited N/A

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#OnFeatureEdited.28FeatureEditedEditInteractiveOverlayEventArgs.29

Event Arguments:FeatureEditedEditInteractiveOverlayEventArgs

MapMouseDown This event will be fired when Mouse pressed Down on the Map.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#OnMapMouseDown.28MapMouseDownInteractiveOverlayEventArgs.29

Event Arguments:MapMouseDownInteractiveOverlayEventArgs

MapMouseMove This event will be fired when Mouse moved on the Map.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#OnMapMouseMove.28MapMouseMoveInteractiveOverlayEventArgs.29

Event Arguments:MapMouseMoveInteractiveOverlayEventArgs

MapMouseUp This event will be fired when Mouse released up on the Map.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#OnMapMouseUp.28MapMouseUpInteractiveOverlayEventArgs.29

Event Arguments:MapMouseUpInteractiveOverlayEventArgs

MapMouseClick This event will be fired when Mouse clicked(mouse up and mouse down in the same postion) on the Map.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#OnMapMouseClick.28MapMouseClickInteractiveOverlayEventArgs.29

Event Arguments:MapMouseClickInteractiveOverlayEventArgs

MapMouseDoubleClick This event will be fired when Mouse double clicked on the Map.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#OnMapMouseDoubleClick.28MapMouseDoubleClickInteractiveOverlayEventArgs.29

Event Arguments:MapMouseDoubleClickInteractiveOverlayEventArgs

MapMouseWheel This event will be fired when Mouse wheel on the Map.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#OnMapMouseWheel.28MapMouseWheelInteractiveOverlayEventArgs.29

Event Arguments:MapMouseWheelInteractiveOverlayEventArgs

MapMouseLeave Occurs when mouse leave the map canvas.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#OnMapMouseLeave.28MapMouseLeaveInteractiveOverlayEventArgs.29

Event Arguments:MapMouseLeaveInteractiveOverlayEventArgs

MapMouseEnter Occurs when mouse enter the map canvas.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#OnMapMouseEnter.28MapMouseEnterInteractiveOverlayEventArgs.29

Event Arguments:MapMouseEnterInteractiveOverlayEventArgs

MapKeyDown Occurs when key down on the map canvas.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#OnMapKeyDown.28MapKeyDownInteractiveOverlayEventArgs.29

Event Arguments:MapKeyDownInteractiveOverlayEventArgs

MapKeyUp Occurs when key up on the map canvas.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#OnMapKeyUp.28MapKeyUpInteractiveOverlayEventArgs.29

Event Arguments:MapKeyUpInteractiveOverlayEventArgs

Drawing This event raises before the overlay is drawing.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#OnDrawing.28DrawingOverlayEventArgs.29

Event Arguments:DrawingOverlayEventArgs

Drawn This event raises after the overlay is drawn.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#OnDrawn.28DrawnOverlayEventArgs.29

Event Arguments:DrawnOverlayEventArgs

DrawingAttribution N/A

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#OnDrawingAttribution.28DrawingAttributionOverlayEventArgs.29

Event Arguments:DrawingAttributionOverlayEventArgs

DrawnAttribution N/A

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#OnDrawnAttribution.28DrawnAttributionOverlayEventArgs.29

Event Arguments:DrawnAttributionOverlayEventArgs