ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
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.
<!– Class –> Contains the different map tools as properties and acts as an entrance for setting these map controls.
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.
*System.Object
* MapSuiteFormsEdition System.Collections.ObjectModel.Collection‹T›[[ThinkGeo.MapSuite.FormsEdition.MapTool * PublicKeyToken=null]] Culture=neutral * Version=9.0.0.0 MapSuiteFormsEdition *ThinkGeo.MapSuite.Core.GeoCollection‹T›[[ThinkGeo.MapSuite.FormsEdition.MapTool ThinkGeo.MapSuite.FormsEdition.MapTools
| Name | Parameters | DeclaringType | Summary |
|---|---|---|---|
MapTools | Initializes a new instance of the class. | ||
MapTools | MapToolsAdapter | Initializes a new instance of the class. |
| Name | Parameters | DeclaringType | Summary |
|---|
| Name | Parameters | DeclaringType | Summary |
|---|---|---|---|
ClearItems | Collection<MapTool>(overriden) | ||
Finalize | Object | ||
InsertItem | Int32, MapTool | Collection<MapTool>(overriden) | |
MemberwiseClone | Object | ||
OnAdded | AddedGeoCollectionEventArgs | GeoCollection<MapTool> | |
OnAdding | AddingGeoCollectionEventArgs | GeoCollection<MapTool> | |
OnClearedItems | ClearedItemsGeoCollectionEventArgs | GeoCollection<MapTool> | |
OnClearingItems | ClearingItemsGeoCollectionEventArgs | GeoCollection<MapTool> | |
OnCollectionChanged | NotifyCollectionChangedEventArgs | GeoCollection<MapTool> | |
OnInserted | InsertedGeoCollectionEventArgs | GeoCollection<MapTool> | |
OnInserting | InsertingGeoCollectionEventArgs | GeoCollection<MapTool> | |
OnPropertyChanged | PropertyChangedEventArgs | GeoCollection<MapTool> | |
OnRemoved | RemovedGeoCollectionEventArgs | GeoCollection<MapTool> | |
OnRemoving | RemovingGeoCollectionEventArgs | GeoCollection<MapTool> | |
RemoveItem | Int32 | Collection<MapTool>(overriden) | |
SetItem | Int32, MapTool | Collection<MapTool>(overriden) |
| Name | Return | DeclaringType | Summary |
|---|---|---|---|
Adapter | MapElementAdapter | Gets the adapter. | |
CenterCoordinate | CenterCoordinateMapTool | Gets or sets the center coordinate. | |
Count | Int32 | Collection<MapTool> | |
Item | MapTool | GeoCollection<MapTool> | |
Item | MapTool | Collection<MapTool> | |
ZoomMapTool | ZoomMapTool | Gets the zoom map tool. |
| Name | Event Arguments | DeclaringType | Summary |
|---|---|---|---|
Added | AddedGeoCollectionEventArgs | GeoCollection<MapTool> | |
Adding | AddingGeoCollectionEventArgs | GeoCollection<MapTool> | |
ClearedItems | ClearedItemsGeoCollectionEventArgs | GeoCollection<MapTool> | |
ClearingItems | ClearingItemsGeoCollectionEventArgs | GeoCollection<MapTool> | |
CollectionChanged | NotifyCollectionChangedEventArgs | GeoCollection<MapTool> | |
Inserted | InsertedGeoCollectionEventArgs | GeoCollection<MapTool> | |
Inserting | InsertingGeoCollectionEventArgs | GeoCollection<MapTool> | |
PropertyChanged | PropertyChangedEventArgs | GeoCollection<MapTool> | |
Removed | RemovedGeoCollectionEventArgs | GeoCollection<MapTool> | |
Removing | RemovingGeoCollectionEventArgs | GeoCollection<MapTool> |
Initializes a new instance of the class.
| Name | Type | Description |
|---|
Initializes a new instance of the class.
| Name | Type | Description |
|---|---|---|
| adapter | MapToolsAdapter<!– ThinkGeo.MapSuite.FormsEdition.Adapters.MapToolsAdapter –> | The adapter. |
| Return Type | Description |
|---|---|
| Void<!– System.Void –> |
| Name | Type | Description |
|---|---|---|
| key | String<!– System.String –> | |
| item | MapTool<!– ThinkGeo.MapSuite.FormsEdition.MapTool –> |
<!– ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.FormsEdition.MapTool} –> Go Back
| Return Type | Description |
|---|---|
| Void<!– System.Void –> |
| Name | Type | Description |
|---|---|---|
| item | MapTool<!– ThinkGeo.MapSuite.FormsEdition.MapTool –> |
<!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.FormsEdition.MapTool} –> Go Back
| Return Type | Description |
|---|---|
| Void<!– System.Void –> |
| Name | Type | Description |
|---|---|---|
| item | MapTool<!– ThinkGeo.MapSuite.FormsEdition.MapTool –> |
<!– ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.FormsEdition.MapTool} –> Go Back
| Return Type | Description |
|---|---|
| Void<!– System.Void –> |
| Name | Type | Description |
|---|
<!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.FormsEdition.MapTool} –> Go Back
| Return Type | Description |
|---|---|
| Boolean<!– System.Boolean –> |
| Name | Type | Description |
|---|---|---|
| item | MapTool<!– ThinkGeo.MapSuite.FormsEdition.MapTool –> |
<!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.FormsEdition.MapTool} –> Go Back
| Return Type | Description |
|---|---|
| Boolean<!– System.Boolean –> |
| Name | Type | Description |
|---|---|---|
| key | String<!– System.String –> |
<!– ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.FormsEdition.MapTool} –> Go Back
| Return Type | Description |
|---|---|
| Void<!– System.Void –> |
| Name | Type | Description |
|---|---|---|
| array | MapTool[]<!– ThinkGeo.MapSuite.FormsEdition.MapToolthinkgeo.mapsuite.formsedition.maptools –> | |
| index | Int32<!– System.Int32 –> |
<!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.FormsEdition.MapTool} –> Go Back
| Return Type | Description |
|---|---|
| Boolean<!– System.Boolean –> |
| Name | Type | Description |
|---|---|---|
| obj | Object<!– System.Object –> |
<!– System.Object –> Go Back
| Return Type | Description |
|---|---|
| IEnumerator<MapTool><!– System.Collections.Generic.IEnumerator{ThinkGeo.MapSuite.FormsEdition.MapTool} –> |
| Name | Type | Description |
|---|
<!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.FormsEdition.MapTool} –> Go Back
| Return Type | Description |
|---|---|
| Int32<!– System.Int32 –> |
| Name | Type | Description |
|---|
<!– System.Object –> Go Back
| Return Type | Description |
|---|---|
| Collection<String><!– System.Collections.ObjectModel.Collection{System.String} –> |
| Name | Type | Description |
|---|
<!– ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.FormsEdition.MapTool} –> Go Back
| Return Type | Description |
|---|---|
| Type<!– System.Type –> |
| Name | Type | Description |
|---|
<!– System.Object –> Go Back
| Return Type | Description |
|---|---|
| Int32<!– System.Int32 –> |
| Name | Type | Description |
|---|---|---|
| item | MapTool<!– ThinkGeo.MapSuite.FormsEdition.MapTool –> |
<!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.FormsEdition.MapTool} –> Go Back
| Return Type | Description |
|---|---|
| Void<!– System.Void –> |
| Name | Type | Description |
|---|---|---|
| index | Int32<!– System.Int32 –> | |
| item | MapTool<!– ThinkGeo.MapSuite.FormsEdition.MapTool –> |
<!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.FormsEdition.MapTool} –> Go Back
| Return Type | Description |
|---|---|
| Void<!– System.Void –> |
| Name | Type | Description |
|---|---|---|
| index | Int32<!– System.Int32 –> | |
| item | MapTool<!– ThinkGeo.MapSuite.FormsEdition.MapTool –> |
<!– ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.FormsEdition.MapTool} –> Go Back
| Return Type | Description |
|---|---|
| Void<!– System.Void –> |
| Name | Type | Description |
|---|---|---|
| index | Int32<!– System.Int32 –> | |
| key | String<!– System.String –> | |
| item | MapTool<!– ThinkGeo.MapSuite.FormsEdition.MapTool –> |
<!– ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.FormsEdition.MapTool} –> Go Back
| Return Type | Description |
|---|---|
| Void<!– System.Void –> |
| Name | Type | Description |
|---|---|---|
| key | String<!– System.String –> |
<!– ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.FormsEdition.MapTool} –> Go Back
| Return Type | Description |
|---|---|
| Void<!– System.Void –> |
| Name | Type | Description |
|---|---|---|
| item | MapTool<!– ThinkGeo.MapSuite.FormsEdition.MapTool –> |
<!– ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.FormsEdition.MapTool} –> Go Back
| Return Type | Description |
|---|---|
| Void<!– System.Void –> |
| Name | Type | Description |
|---|---|---|
| index | Int32<!– System.Int32 –> |
<!– ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.FormsEdition.MapTool} –> Go Back
| Return Type | Description |
|---|---|
| Void<!– System.Void –> |
| Name | Type | Description |
|---|---|---|
| item | MapTool<!– ThinkGeo.MapSuite.FormsEdition.MapTool –> | |
| toIndex | Int32<!– System.Int32 –> |
<!– ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.FormsEdition.MapTool} –> Go Back
| Return Type | Description |
|---|---|
| Void<!– System.Void –> |
| Name | Type | Description |
|---|---|---|
| key | String<!– System.String –> | |
| toIndex | Int32<!– System.Int32 –> |
<!– ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.FormsEdition.MapTool} –> Go Back
| Return Type | Description |
|---|---|
| Void<!– System.Void –> |
| Name | Type | Description |
|---|---|---|
| fromIndex | Int32<!– System.Int32 –> | |
| toIndex | Int32<!– System.Int32 –> |
<!– ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.FormsEdition.MapTool} –> Go Back
| Return Type | Description |
|---|---|
| Void<!– System.Void –> |
| Name | Type | Description |
|---|---|---|
| item | MapTool<!– ThinkGeo.MapSuite.FormsEdition.MapTool –> |
<!– ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.FormsEdition.MapTool} –> Go Back
| Return Type | Description |
|---|---|
| Void<!– System.Void –> |
| Name | Type | Description |
|---|---|---|
| index | Int32<!– System.Int32 –> |
<!– ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.FormsEdition.MapTool} –> Go Back
| Return Type | Description |
|---|---|
| Void<!– System.Void –> |
| Name | Type | Description |
|---|---|---|
| key | String<!– System.String –> |
<!– ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.FormsEdition.MapTool} –> Go Back
| Return Type | Description |
|---|---|
| Void<!– System.Void –> |
| Name | Type | Description |
|---|---|---|
| item | MapTool<!– ThinkGeo.MapSuite.FormsEdition.MapTool –> |
<!– ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.FormsEdition.MapTool} –> Go Back
| Return Type | Description |
|---|---|
| Void<!– System.Void –> |
| Name | Type | Description |
|---|---|---|
| key | String<!– System.String –> |
<!– ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.FormsEdition.MapTool} –> Go Back
| Return Type | Description |
|---|---|
| Void<!– System.Void –> |
| Name | Type | Description |
|---|---|---|
| index | Int32<!– System.Int32 –> |
<!– ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.FormsEdition.MapTool} –> Go Back
| Return Type | Description |
|---|---|
| Void<!– System.Void –> |
| Name | Type | Description |
|---|---|---|
| item | MapTool<!– ThinkGeo.MapSuite.FormsEdition.MapTool –> |
<!– ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.FormsEdition.MapTool} –> Go Back
| Return Type | Description |
|---|---|
| Void<!– System.Void –> |
| Name | Type | Description |
|---|---|---|
| key | String<!– System.String –> |
<!– ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.FormsEdition.MapTool} –> Go Back
| Return Type | Description |
|---|---|
| Void<!– System.Void –> |
| Name | Type | Description |
|---|---|---|
| index | Int32<!– System.Int32 –> |
<!– ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.FormsEdition.MapTool} –> Go Back
| Return Type | Description |
|---|---|
| Void<!– System.Void –> |
| Name | Type | Description |
|---|---|---|
| key | String<!– System.String –> |
<!– ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.FormsEdition.MapTool} –> Go Back
| Return Type | Description |
|---|---|
| Boolean<!– System.Boolean –> |
| Name | Type | Description |
|---|---|---|
| item | MapTool<!– ThinkGeo.MapSuite.FormsEdition.MapTool –> |
<!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.FormsEdition.MapTool} –> Go Back
| Return Type | Description |
|---|---|
| Void<!– System.Void –> |
| Name | Type | Description |
|---|---|---|
| index | Int32<!– System.Int32 –> |
<!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.FormsEdition.MapTool} –> Go Back
| Return Type | Description |
|---|---|
| String<!– System.String –> |
| Name | Type | Description |
|---|
<!– System.Object –> Go Back
| Return Type | Description |
|---|---|
| Void<!– System.Void –> |
| Name | Type | Description |
|---|
<!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.FormsEdition.MapTool}(overriden) –> Go Back
| Return Type | Description |
|---|---|
| Void<!– System.Void –> |
| Name | Type | Description |
|---|
<!– System.Object –> Go Back
| Return Type | Description |
|---|---|
| Void<!– System.Void –> |
| Name | Type | Description |
|---|---|---|
| index | Int32<!– System.Int32 –> | |
| item | MapTool<!– ThinkGeo.MapSuite.FormsEdition.MapTool –> |
<!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.FormsEdition.MapTool}(overriden) –> Go Back
| Return Type | Description |
|---|---|
| Object<!– System.Object –> |
| Name | Type | Description |
|---|
<!– System.Object –> Go Back
| Return Type | Description |
|---|---|
| Void<!– System.Void –> |
| Name | Type | Description |
|---|---|---|
| e | AddedGeoCollectionEventArgs<!– ThinkGeo.MapSuite.Core.AddedGeoCollectionEventArgs –> |
<!– ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.FormsEdition.MapTool} –> Go Back
| Return Type | Description |
|---|---|
| Void<!– System.Void –> |
| Name | Type | Description |
|---|---|---|
| e | AddingGeoCollectionEventArgs<!– ThinkGeo.MapSuite.Core.AddingGeoCollectionEventArgs –> |
<!– ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.FormsEdition.MapTool} –> Go Back
| Return Type | Description |
|---|---|
| Void<!– System.Void –> |
| Name | Type | Description |
|---|---|---|
| e | ClearedItemsGeoCollectionEventArgs<!– ThinkGeo.MapSuite.Core.ClearedItemsGeoCollectionEventArgs –> |
<!– ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.FormsEdition.MapTool} –> Go Back
| Return Type | Description |
|---|---|
| Void<!– System.Void –> |
| Name | Type | Description |
|---|---|---|
| e | ClearingItemsGeoCollectionEventArgs<!– ThinkGeo.MapSuite.Core.ClearingItemsGeoCollectionEventArgs –> |
<!– ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.FormsEdition.MapTool} –> Go Back
| Return Type | Description |
|---|---|
| Void<!– System.Void –> |
| Name | Type | Description |
|---|---|---|
| e | NotifyCollectionChangedEventArgs<!– System.Collections.Specialized.NotifyCollectionChangedEventArgs –> |
<!– ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.FormsEdition.MapTool} –> Go Back
| Return Type | Description |
|---|---|
| Void<!– System.Void –> |
| Name | Type | Description |
|---|---|---|
| e | InsertedGeoCollectionEventArgs<!– ThinkGeo.MapSuite.Core.InsertedGeoCollectionEventArgs –> |
<!– ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.FormsEdition.MapTool} –> Go Back
| Return Type | Description |
|---|---|
| Void<!– System.Void –> |
| Name | Type | Description |
|---|---|---|
| e | InsertingGeoCollectionEventArgs<!– ThinkGeo.MapSuite.Core.InsertingGeoCollectionEventArgs –> |
<!– ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.FormsEdition.MapTool} –> Go Back
| Return Type | Description |
|---|---|
| Void<!– System.Void –> |
| Name | Type | Description |
|---|---|---|
| e | PropertyChangedEventArgs<!– System.ComponentModel.PropertyChangedEventArgs –> |
<!– ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.FormsEdition.MapTool} –> Go Back
| Return Type | Description |
|---|---|
| Void<!– System.Void –> |
| Name | Type | Description |
|---|---|---|
| e | RemovedGeoCollectionEventArgs<!– ThinkGeo.MapSuite.Core.RemovedGeoCollectionEventArgs –> |
<!– ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.FormsEdition.MapTool} –> Go Back
| Return Type | Description |
|---|---|
| Void<!– System.Void –> |
| Name | Type | Description |
|---|---|---|
| e | RemovingGeoCollectionEventArgs<!– ThinkGeo.MapSuite.Core.RemovingGeoCollectionEventArgs –> |
<!– ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.FormsEdition.MapTool} –> Go Back
| Return Type | Description |
|---|---|
| Void<!– System.Void –> |
| Name | Type | Description |
|---|---|---|
| index | Int32<!– System.Int32 –> |
<!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.FormsEdition.MapTool}(overriden) –> Go Back
| Return Type | Description |
|---|---|
| Void<!– System.Void –> |
| Name | Type | Description |
|---|---|---|
| index | Int32<!– System.Int32 –> | |
| item | MapTool<!– ThinkGeo.MapSuite.FormsEdition.MapTool –> |
<!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.FormsEdition.MapTool}(overriden) –> Go Back
Gets the adapter.
| Return Type |
|---|
| MapElementAdapter<!– ThinkGeo.MapSuite.FormsEdition.Adapters.MapElementAdapter –> |
<!– ThinkGeo.MapSuite.FormsEdition.MapTools –> Go Back
Gets or sets the center coordinate.
| Return Type |
|---|
| CenterCoordinateMapTool<!– ThinkGeo.MapSuite.FormsEdition.CenterCoordinateMapTool –> |
<!– ThinkGeo.MapSuite.FormsEdition.MapTools –> Go Back
| Return Type |
|---|
| Int32<!– System.Int32 –> |
<!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.FormsEdition.MapTool} –> Go Back
| Return Type |
|---|
| MapTool<!– ThinkGeo.MapSuite.FormsEdition.MapTool –> |
<!– ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.FormsEdition.MapTool} –> Go Back
| Return Type |
|---|
| MapTool<!– ThinkGeo.MapSuite.FormsEdition.MapTool –> |
<!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.FormsEdition.MapTool} –> Go Back
Gets the zoom map tool.
| Return Type |
|---|
| ZoomMapTool<!– ThinkGeo.MapSuite.FormsEdition.ZoomMapTool –> |
<!– ThinkGeo.MapSuite.FormsEdition.MapTools –> Go Back
| Return Type |
|---|
| IList<MapTool><!– System.Collections.Generic.IList{ThinkGeo.MapSuite.FormsEdition.MapTool} –> |
<!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.FormsEdition.MapTool} –> Go Back
| Event Arguments |
|---|
| AddedGeoCollectionEventArgs<!– ThinkGeo.MapSuite.Core.AddedGeoCollectionEventArgs –> |
<!– ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.FormsEdition.MapTool} –> Go Back
| Event Arguments |
|---|
| AddingGeoCollectionEventArgs<!– ThinkGeo.MapSuite.Core.AddingGeoCollectionEventArgs –> |
<!– ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.FormsEdition.MapTool} –> Go Back
| Event Arguments |
|---|
| ClearedItemsGeoCollectionEventArgs<!– ThinkGeo.MapSuite.Core.ClearedItemsGeoCollectionEventArgs –> |
<!– ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.FormsEdition.MapTool} –> Go Back
| Event Arguments |
|---|
| ClearingItemsGeoCollectionEventArgs<!– ThinkGeo.MapSuite.Core.ClearingItemsGeoCollectionEventArgs –> |
<!– ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.FormsEdition.MapTool} –> Go Back
| Event Arguments |
|---|
| NotifyCollectionChangedEventArgs<!– System.Collections.Specialized.NotifyCollectionChangedEventArgs –> |
<!– ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.FormsEdition.MapTool} –> Go Back
| Event Arguments |
|---|
| InsertedGeoCollectionEventArgs<!– ThinkGeo.MapSuite.Core.InsertedGeoCollectionEventArgs –> |
<!– ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.FormsEdition.MapTool} –> Go Back
| Event Arguments |
|---|
| InsertingGeoCollectionEventArgs<!– ThinkGeo.MapSuite.Core.InsertingGeoCollectionEventArgs –> |
<!– ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.FormsEdition.MapTool} –> Go Back
| Event Arguments |
|---|
| PropertyChangedEventArgs<!– System.ComponentModel.PropertyChangedEventArgs –> |
<!– ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.FormsEdition.MapTool} –> Go Back
| Event Arguments |
|---|
| RemovedGeoCollectionEventArgs<!– ThinkGeo.MapSuite.Core.RemovedGeoCollectionEventArgs –> |
<!– ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.FormsEdition.MapTool} –> Go Back
| Event Arguments |
|---|
| RemovingGeoCollectionEventArgs<!– ThinkGeo.MapSuite.Core.RemovingGeoCollectionEventArgs –> |
<!– ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.FormsEdition.MapTool} –> Go Back
NOTOC MapSuiteFormsEdition ThinkGeo.MapSuite.FormsEdition UpdateDocumentation