User Tools

Site Tools


thinkgeo.mapsuite.wpfdesktopedition.maptools

This is an old revision of the document!


Table of Contents

ThinkGeo.MapSuite.WpfDesktopEdition.MapTools

<!– Class –> Contains the different map tools as properties and acts as an entrance for setting these map controls.

Remarks

This class is designed to be easy to use. It contains all the available tools of the map. You can find and set those map tools easily by using this class.

Inheritance Hierarchy

*System.Object

  • PublicKeyToken=null]]
    • Culture=neutral
      • Version=9.0.0.0

* WpfDesktopEdition System.Collections.ObjectModel.Collection‹T›[[ThinkGeo.MapSuite.WpfDesktopEdition.MapTool * PublicKeyToken=null]] Culture=neutral * Version=9.0.0.0 WpfDesktopEdition *ThinkGeo.MapSuite.Core.GeoCollection‹T›[[ThinkGeo.MapSuite.WpfDesktopEdition.MapTool ThinkGeo.MapSuite.WpfDesktopEdition.MapTools

Members Summary

Public Constructors

Name Parameters DeclaringType Summary
Public MethodMapTools Constructor of MapTools class.
Public MethodMapTools WpfMap Constructor of MapTools class.

Protected Constructors

Name Parameters DeclaringType Summary

Public Methods

Protected Methods

Public Properties

Name Return DeclaringType Summary
Public PropertyCount Int32 Collection<MapTool>
Public PropertyItem MapTool GeoCollection<MapTool>
Public PropertyItem MapTool Collection<MapTool>
Public PropertyLogo LogoMapTool Gets a shortcut of LogoMapTool object.
Public PropertyMouseCoordinate MouseCoordinateMapTool Gets a shortcut of MouseCoordinate object.
Public PropertyPanZoomBar PanZoomBarMapTool Gets a shortcut of PanZoomBar object.
Public PropertyScaleLine ScaleLineMapTool Gets a shortcut of ScaleLine object.

Protected Properties

Name Return DeclaringType Summary
Protected PropertyItems IList<MapTool> Collection<MapTool>

Public Events

Public Constructors

MapTools()

Constructor of MapTools class.

Remarks

Parameters

Name Type Description

Go Back

MapTools(WpfMap)

Constructor of MapTools class.

Remarks

Parameters

Name Type Description
wpfMap WpfMap<!– ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap –> A WpfMap object that all map tools in this object is based on.

Go Back

Protected Constructors

Public Methods

Add(MapTool)

Remarks

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
item MapTool<!– ThinkGeo.MapSuite.WpfDesktopEdition.MapTool –>

<!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.WpfDesktopEdition.MapTool} –> Go Back

Add(String, MapTool)

Remarks

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
key String<!– System.String –>
item MapTool<!– ThinkGeo.MapSuite.WpfDesktopEdition.MapTool –>

<!– ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.WpfDesktopEdition.MapTool} –> Go Back

Add(MapTool)

Remarks

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
item MapTool<!– ThinkGeo.MapSuite.WpfDesktopEdition.MapTool –>

<!– ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.WpfDesktopEdition.MapTool} –> Go Back

Clear()

Remarks

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description

<!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.WpfDesktopEdition.MapTool} –> Go Back

Contains(String)

Remarks

Return Value

Return Type Description
Boolean<!– System.Boolean –>

Parameters

Name Type Description
key String<!– System.String –>

<!– ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.WpfDesktopEdition.MapTool} –> Go Back

Contains(MapTool)

Remarks

Return Value

Return Type Description
Boolean<!– System.Boolean –>

Parameters

Name Type Description
item MapTool<!– ThinkGeo.MapSuite.WpfDesktopEdition.MapTool –>

<!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.WpfDesktopEdition.MapTool} –> Go Back

CopyTo(MapTool[], Int32)

Remarks

For the most updated Info for this topic, please check it here:<a href=“” target=“_blank”></a>

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
array MapTool[]<!– ThinkGeo.MapSuite.WpfDesktopEdition.MapToolthinkgeo.mapsuite.wpfdesktopedition.maptools –>
index Int32<!– System.Int32 –>

<!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.WpfDesktopEdition.MapTool} –> Go Back

Equals(Object)

Remarks

Return Value

Return Type Description
Boolean<!– System.Boolean –>

Parameters

Name Type Description
obj Object<!– System.Object –>

<!– System.Object –> Go Back

GetEnumerator()

Remarks

Return Value

Return Type Description
IEnumerator<MapTool><!– System.Collections.Generic.IEnumerator{ThinkGeo.MapSuite.WpfDesktopEdition.MapTool} –>

Parameters

Name Type Description

<!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.WpfDesktopEdition.MapTool} –> Go Back

GetHashCode()

Remarks

Return Value

Return Type Description
Int32<!– System.Int32 –>

Parameters

Name Type Description

<!– System.Object –> Go Back

GetKeys()

Remarks

Return Value

Return Type Description
Collection<String><!– System.Collections.ObjectModel.Collection{System.String} –>

Parameters

Name Type Description

<!– ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.WpfDesktopEdition.MapTool} –> Go Back

GetType()

Remarks

Return Value

Return Type Description
Type<!– System.Type –>

Parameters

Name Type Description

<!– System.Object –> Go Back

IndexOf(MapTool)

Remarks

Return Value

Return Type Description
Int32<!– System.Int32 –>

Parameters

Name Type Description
item MapTool<!– ThinkGeo.MapSuite.WpfDesktopEdition.MapTool –>

<!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.WpfDesktopEdition.MapTool} –> Go Back

Insert(Int32, MapTool)

Remarks

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
index Int32<!– System.Int32 –>
item MapTool<!– ThinkGeo.MapSuite.WpfDesktopEdition.MapTool –>

<!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.WpfDesktopEdition.MapTool} –> Go Back

Insert(Int32, MapTool)

Remarks

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
index Int32<!– System.Int32 –>
item MapTool<!– ThinkGeo.MapSuite.WpfDesktopEdition.MapTool –>

<!– ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.WpfDesktopEdition.MapTool} –> Go Back

Insert(Int32, String, MapTool)

Remarks

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
index Int32<!– System.Int32 –>
key String<!– System.String –>
item MapTool<!– ThinkGeo.MapSuite.WpfDesktopEdition.MapTool –>

<!– ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.WpfDesktopEdition.MapTool} –> Go Back

MoveDown(Int32)

Remarks

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
index Int32<!– System.Int32 –>

<!– ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.WpfDesktopEdition.MapTool} –> Go Back

MoveDown(String)

Remarks

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
key String<!– System.String –>

<!– ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.WpfDesktopEdition.MapTool} –> Go Back

MoveDown(MapTool)

Remarks

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
item MapTool<!– ThinkGeo.MapSuite.WpfDesktopEdition.MapTool –>

<!– ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.WpfDesktopEdition.MapTool} –> Go Back

MoveTo(String, Int32)

Remarks

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
key String<!– System.String –>
toIndex Int32<!– System.Int32 –>

<!– ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.WpfDesktopEdition.MapTool} –> Go Back

MoveTo(Int32, Int32)

Remarks

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
fromIndex Int32<!– System.Int32 –>
toIndex Int32<!– System.Int32 –>

<!– ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.WpfDesktopEdition.MapTool} –> Go Back

MoveTo(MapTool, Int32)

Remarks

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
item MapTool<!– ThinkGeo.MapSuite.WpfDesktopEdition.MapTool –>
toIndex Int32<!– System.Int32 –>

<!– ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.WpfDesktopEdition.MapTool} –> Go Back

MoveToBottom(String)

Remarks

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
key String<!– System.String –>

<!– ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.WpfDesktopEdition.MapTool} –> Go Back

MoveToBottom(Int32)

Remarks

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
index Int32<!– System.Int32 –>

<!– ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.WpfDesktopEdition.MapTool} –> Go Back

MoveToBottom(MapTool)

Remarks

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
item MapTool<!– ThinkGeo.MapSuite.WpfDesktopEdition.MapTool –>

<!– ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.WpfDesktopEdition.MapTool} –> Go Back

MoveToTop(MapTool)

Remarks

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
item MapTool<!– ThinkGeo.MapSuite.WpfDesktopEdition.MapTool –>

<!– ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.WpfDesktopEdition.MapTool} –> Go Back

MoveToTop(Int32)

Remarks

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
index Int32<!– System.Int32 –>

<!– ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.WpfDesktopEdition.MapTool} –> Go Back

MoveToTop(String)

Remarks

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
key String<!– System.String –>

<!– ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.WpfDesktopEdition.MapTool} –> Go Back

MoveUp(MapTool)

Remarks

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
item MapTool<!– ThinkGeo.MapSuite.WpfDesktopEdition.MapTool –>

<!– ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.WpfDesktopEdition.MapTool} –> Go Back

MoveUp(String)

Remarks

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
key String<!– System.String –>

<!– ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.WpfDesktopEdition.MapTool} –> Go Back

MoveUp(Int32)

Remarks

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
index Int32<!– System.Int32 –>

<!– ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.WpfDesktopEdition.MapTool} –> Go Back

Refresh()

Refreshes all the map tools objects maintaining in the MapTools object.

Remarks

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description

<!– ThinkGeo.MapSuite.WpfDesktopEdition.MapTools –> Go Back

Remove(MapTool)

Remarks

Return Value

Return Type Description
Boolean<!– System.Boolean –>

Parameters

Name Type Description
item MapTool<!– ThinkGeo.MapSuite.WpfDesktopEdition.MapTool –>

<!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.WpfDesktopEdition.MapTool} –> Go Back

Remove(String)

Remarks

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
key String<!– System.String –>

<!– ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.WpfDesktopEdition.MapTool} –> Go Back

RemoveAt(Int32)

Remarks

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
index Int32<!– System.Int32 –>

<!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.WpfDesktopEdition.MapTool} –> Go Back

ToString()

Remarks

Return Value

Return Type Description
String<!– System.String –>

Parameters

Name Type Description

<!– System.Object –> Go Back

Protected Methods

ClearItems()

Remarks

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description

<!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.WpfDesktopEdition.MapTool}(overriden) –> Go Back

Finalize()

Remarks

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description

<!– System.Object –> Go Back

InsertItem(Int32, MapTool)

Remarks

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
index Int32<!– System.Int32 –>
item MapTool<!– ThinkGeo.MapSuite.WpfDesktopEdition.MapTool –>

<!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.WpfDesktopEdition.MapTool}(overriden) –> Go Back

MemberwiseClone()

Remarks

Return Value

Return Type Description
Object<!– System.Object –>

Parameters

Name Type Description

<!– System.Object –> Go Back

OnAdded(AddedGeoCollectionEventArgs)

Remarks

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
e AddedGeoCollectionEventArgs<!– ThinkGeo.MapSuite.Core.AddedGeoCollectionEventArgs –>

<!– ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.WpfDesktopEdition.MapTool} –> Go Back

OnAdding(AddingGeoCollectionEventArgs)

Remarks

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
e AddingGeoCollectionEventArgs<!– ThinkGeo.MapSuite.Core.AddingGeoCollectionEventArgs –>

<!– ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.WpfDesktopEdition.MapTool} –> Go Back

OnClearedItems(ClearedItemsGeoCollectionEventArgs)

Remarks

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
e ClearedItemsGeoCollectionEventArgs<!– ThinkGeo.MapSuite.Core.ClearedItemsGeoCollectionEventArgs –>

<!– ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.WpfDesktopEdition.MapTool} –> Go Back

OnClearingItems(ClearingItemsGeoCollectionEventArgs)

Remarks

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
e ClearingItemsGeoCollectionEventArgs<!– ThinkGeo.MapSuite.Core.ClearingItemsGeoCollectionEventArgs –>

<!– ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.WpfDesktopEdition.MapTool} –> Go Back

OnCollectionChanged(NotifyCollectionChangedEventArgs)

Remarks

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
e NotifyCollectionChangedEventArgs<!– System.Collections.Specialized.NotifyCollectionChangedEventArgs –>

<!– ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.WpfDesktopEdition.MapTool} –> Go Back

OnInserted(InsertedGeoCollectionEventArgs)

Remarks

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
e InsertedGeoCollectionEventArgs<!– ThinkGeo.MapSuite.Core.InsertedGeoCollectionEventArgs –>

<!– ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.WpfDesktopEdition.MapTool} –> Go Back

OnInserting(InsertingGeoCollectionEventArgs)

Remarks

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
e InsertingGeoCollectionEventArgs<!– ThinkGeo.MapSuite.Core.InsertingGeoCollectionEventArgs –>

<!– ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.WpfDesktopEdition.MapTool} –> Go Back

OnPropertyChanged(PropertyChangedEventArgs)

Remarks

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
e PropertyChangedEventArgs<!– System.ComponentModel.PropertyChangedEventArgs –>

<!– ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.WpfDesktopEdition.MapTool} –> Go Back

OnRemoved(RemovedGeoCollectionEventArgs)

Remarks

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
e RemovedGeoCollectionEventArgs<!– ThinkGeo.MapSuite.Core.RemovedGeoCollectionEventArgs –>

<!– ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.WpfDesktopEdition.MapTool} –> Go Back

OnRemoving(RemovingGeoCollectionEventArgs)

Remarks

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
e RemovingGeoCollectionEventArgs<!– ThinkGeo.MapSuite.Core.RemovingGeoCollectionEventArgs –>

<!– ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.WpfDesktopEdition.MapTool} –> Go Back

RemoveItem(Int32)

Remarks

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
index Int32<!– System.Int32 –>

<!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.WpfDesktopEdition.MapTool}(overriden) –> Go Back

SetItem(Int32, MapTool)

Remarks

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
index Int32<!– System.Int32 –>
item MapTool<!– ThinkGeo.MapSuite.WpfDesktopEdition.MapTool –>

<!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.WpfDesktopEdition.MapTool}(overriden) –> Go Back

Public Properties

Count

Remarks

Return Value

Return Type
Int32<!– System.Int32 –>

<!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.WpfDesktopEdition.MapTool} –> Go Back

Item

Remarks

Return Value

Return Type
MapTool<!– ThinkGeo.MapSuite.WpfDesktopEdition.MapTool –>

<!– ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.WpfDesktopEdition.MapTool} –> Go Back

Item

Remarks

Return Value

Return Type
MapTool<!– ThinkGeo.MapSuite.WpfDesktopEdition.MapTool –>

<!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.WpfDesktopEdition.MapTool} –> Go Back

Gets a shortcut of LogoMapTool object.

Remarks

Return Value

Return Type
LogoMapTool<!– ThinkGeo.MapSuite.WpfDesktopEdition.LogoMapTool –>

<!– ThinkGeo.MapSuite.WpfDesktopEdition.MapTools –> Go Back

MouseCoordinate

Gets a shortcut of MouseCoordinate object.

Remarks

Return Value

Return Type
MouseCoordinateMapTool<!– ThinkGeo.MapSuite.WpfDesktopEdition.MouseCoordinateMapTool –>

<!– ThinkGeo.MapSuite.WpfDesktopEdition.MapTools –> Go Back

PanZoomBar

Gets a shortcut of PanZoomBar object.

Remarks

Return Value

Return Type
PanZoomBarMapTool<!– ThinkGeo.MapSuite.WpfDesktopEdition.PanZoomBarMapTool –>

<!– ThinkGeo.MapSuite.WpfDesktopEdition.MapTools –> Go Back

ScaleLine

Gets a shortcut of ScaleLine object.

Remarks

Return Value

Return Type
ScaleLineMapTool<!– ThinkGeo.MapSuite.WpfDesktopEdition.ScaleLineMapTool –>

<!– ThinkGeo.MapSuite.WpfDesktopEdition.MapTools –> Go Back

Protected Properties

Items

Remarks

Return Value

Return Type
IList<MapTool><!– System.Collections.Generic.IList{ThinkGeo.MapSuite.WpfDesktopEdition.MapTool} –>

<!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.WpfDesktopEdition.MapTool} –> Go Back

Public Events

Added

Remarks

Event Arguments

Event Arguments
AddedGeoCollectionEventArgs<!– ThinkGeo.MapSuite.Core.AddedGeoCollectionEventArgs –>

<!– ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.WpfDesktopEdition.MapTool} –> Go Back

Adding

Remarks

Event Arguments

Event Arguments
AddingGeoCollectionEventArgs<!– ThinkGeo.MapSuite.Core.AddingGeoCollectionEventArgs –>

<!– ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.WpfDesktopEdition.MapTool} –> Go Back

ClearedItems

Remarks

Event Arguments

Event Arguments
ClearedItemsGeoCollectionEventArgs<!– ThinkGeo.MapSuite.Core.ClearedItemsGeoCollectionEventArgs –>

<!– ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.WpfDesktopEdition.MapTool} –> Go Back

ClearingItems

Remarks

Event Arguments

Event Arguments
ClearingItemsGeoCollectionEventArgs<!– ThinkGeo.MapSuite.Core.ClearingItemsGeoCollectionEventArgs –>

<!– ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.WpfDesktopEdition.MapTool} –> Go Back

CollectionChanged

Remarks

Event Arguments

Event Arguments
NotifyCollectionChangedEventArgs<!– System.Collections.Specialized.NotifyCollectionChangedEventArgs –>

<!– ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.WpfDesktopEdition.MapTool} –> Go Back

Inserted

Remarks

Event Arguments

Event Arguments
InsertedGeoCollectionEventArgs<!– ThinkGeo.MapSuite.Core.InsertedGeoCollectionEventArgs –>

<!– ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.WpfDesktopEdition.MapTool} –> Go Back

Inserting

Remarks

Event Arguments

Event Arguments
InsertingGeoCollectionEventArgs<!– ThinkGeo.MapSuite.Core.InsertingGeoCollectionEventArgs –>

<!– ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.WpfDesktopEdition.MapTool} –> Go Back

PropertyChanged

Remarks

Event Arguments

Event Arguments
PropertyChangedEventArgs<!– System.ComponentModel.PropertyChangedEventArgs –>

<!– ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.WpfDesktopEdition.MapTool} –> Go Back

Removed

Remarks

Event Arguments

Event Arguments
RemovedGeoCollectionEventArgs<!– ThinkGeo.MapSuite.Core.RemovedGeoCollectionEventArgs –>

<!– ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.WpfDesktopEdition.MapTool} –> Go Back

Removing

Remarks

Event Arguments

Event Arguments
RemovingGeoCollectionEventArgs<!– ThinkGeo.MapSuite.Core.RemovingGeoCollectionEventArgs –>

<!– ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.WpfDesktopEdition.MapTool} –> Go Back

NOTOC WpfDesktopEdition ThinkGeo.MapSuite.WpfDesktopEdition UpdateDocumentation

thinkgeo.mapsuite.wpfdesktopedition.maptools.1440040136.txt.gz · Last modified: 2015/09/18 03:13 (external edit)