User Tools

Site Tools


thinkgeo.mapsuite.portablecore.geocollection_1

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
thinkgeo.mapsuite.portablecore.geocollection_1 [2015/09/21 08:08]
admin created
thinkgeo.mapsuite.portablecore.geocollection_1 [2017/03/16 21:59] (current)
Line 1: Line 1:
 ====== ThinkGeo.MapSuite.Core.GeoCollection<​T>​ ====== ====== ThinkGeo.MapSuite.Core.GeoCollection<​T>​ ======
 +
 +{{section>​upgrade_map_suite_to_10.0}}
 +
 This class is a collection with some methods specialized for dealing with Layers and other spatial classes. This class is a collection with some methods specialized for dealing with Layers and other spatial classes.
 ===== Inheritance Hierarchy ===== ===== Inheritance Hierarchy =====
Line 9: Line 12:
 ** {{wiki:​PublicMethod.gif|}} GeoCollection`1() ** ** {{wiki:​PublicMethod.gif|}} GeoCollection`1() **
  
-This is the default constructor for the class.+  * //This is the default constructor for the class.//
 == Remarks == == Remarks ==
-None+  * //None//
 == Parameters == == Parameters ==
 <div newline></​div>​ <div newline></​div>​
Line 18: Line 21:
 ** {{wiki:​PublicMethod.gif|}} GetKeys() ** ** {{wiki:​PublicMethod.gif|}} GetKeys() **
  
-This method returns a collection of the keys in the collection.+  * //This method returns a collection of the keys in the collection.//
 == Remarks == == Remarks ==
-None+  * //None//
  
 == Return Value == == Return Value ==
Line 30: Line 33:
 ** {{wiki:​PublicMethod.gif|}} Add(String,​T) ** ** {{wiki:​PublicMethod.gif|}} Add(String,​T) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 50: Line 53:
 ** {{wiki:​PublicMethod.gif|}} Add(T) ** ** {{wiki:​PublicMethod.gif|}} Add(T) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 66: Line 69:
 ** {{wiki:​PublicMethod.gif|}} Insert(Int32,​T) ** ** {{wiki:​PublicMethod.gif|}} Insert(Int32,​T) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 86: Line 89:
 ** {{wiki:​PublicMethod.gif|}} Insert(Int32,​String,​T) ** ** {{wiki:​PublicMethod.gif|}} Insert(Int32,​String,​T) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 110: Line 113:
 ** {{wiki:​PublicMethod.gif|}} Remove(String) ** ** {{wiki:​PublicMethod.gif|}} Remove(String) **
  
-This method removes an item from the collection based on the specified key.+  * //This method removes an item from the collection based on the specified key.//
 == Remarks == == Remarks ==
-None+  * //None//
  
 == Return Value == == Return Value ==
Line 126: Line 129:
 ** {{wiki:​PublicMethod.gif|}} MoveUp(Int32) ** ** {{wiki:​PublicMethod.gif|}} MoveUp(Int32) **
  
-This method moves an item up in the collection.+  * //This method moves an item up in the collection.//
 == Remarks == == Remarks ==
-None+  * //None//
  
 == Return Value == == Return Value ==
Line 142: Line 145:
 ** {{wiki:​PublicMethod.gif|}} MoveUp(String) ** ** {{wiki:​PublicMethod.gif|}} MoveUp(String) **
  
-This method moves an item up in the collection.+  * //This method moves an item up in the collection.//
 == Remarks == == Remarks ==
-None+  * //None//
  
 == Return Value == == Return Value ==
Line 158: Line 161:
 ** {{wiki:​PublicMethod.gif|}} MoveUp(T) ** ** {{wiki:​PublicMethod.gif|}} MoveUp(T) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 174: Line 177:
 ** {{wiki:​PublicMethod.gif|}} MoveDown(Int32) ** ** {{wiki:​PublicMethod.gif|}} MoveDown(Int32) **
  
-This method moves an item down in the collection.+  * //This method moves an item down in the collection.//
 == Remarks == == Remarks ==
-None+  * //None//
  
 == Return Value == == Return Value ==
Line 190: Line 193:
 ** {{wiki:​PublicMethod.gif|}} MoveDown(String) ** ** {{wiki:​PublicMethod.gif|}} MoveDown(String) **
  
-This method moves an item down in the collection.+  * //This method moves an item down in the collection.//
 == Remarks == == Remarks ==
-None+  * //None//
  
 == Return Value == == Return Value ==
Line 206: Line 209:
 ** {{wiki:​PublicMethod.gif|}} MoveDown(T) ** ** {{wiki:​PublicMethod.gif|}} MoveDown(T) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 222: Line 225:
 ** {{wiki:​PublicMethod.gif|}} MoveToTop(Int32) ** ** {{wiki:​PublicMethod.gif|}} MoveToTop(Int32) **
  
-This method moves the item at the specified index to the top of the collection.+  * //This method moves the item at the specified index to the top of the collection.//
 == Remarks == == Remarks ==
-This method moves the item at the specified index to the top of the collection.+  * //This method moves the item at the specified index to the top of the collection.//
  
 == Return Value == == Return Value ==
Line 238: Line 241:
 ** {{wiki:​PublicMethod.gif|}} MoveToTop(String) ** ** {{wiki:​PublicMethod.gif|}} MoveToTop(String) **
  
-This method moves the item with the specified key to the top of the collection.+  * //This method moves the item with the specified key to the top of the collection.//
 == Remarks == == Remarks ==
-This method moves the item with the specified key to the top of the collection.+  * //This method moves the item with the specified key to the top of the collection.//
  
 == Return Value == == Return Value ==
Line 254: Line 257:
 ** {{wiki:​PublicMethod.gif|}} MoveToTop(T) ** ** {{wiki:​PublicMethod.gif|}} MoveToTop(T) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 270: Line 273:
 ** {{wiki:​PublicMethod.gif|}} MoveToBottom(Int32) ** ** {{wiki:​PublicMethod.gif|}} MoveToBottom(Int32) **
  
-This method moves the item at the specified index to the bottom of the collection.+  * //This method moves the item at the specified index to the bottom of the collection.//
 == Remarks == == Remarks ==
-This method moves the item at the specified index to the bottom of the collection.+  * //This method moves the item at the specified index to the bottom of the collection.//
  
 == Return Value == == Return Value ==
Line 286: Line 289:
 ** {{wiki:​PublicMethod.gif|}} MoveToBottom(String) ** ** {{wiki:​PublicMethod.gif|}} MoveToBottom(String) **
  
-This method moves the item with the specified key to the bottom of the collection.+  * //This method moves the item with the specified key to the bottom of the collection.//
 == Remarks == == Remarks ==
-This method moves the item with the specified key to the bottom of the collection.+  * //This method moves the item with the specified key to the bottom of the collection.//
  
 == Return Value == == Return Value ==
Line 302: Line 305:
 ** {{wiki:​PublicMethod.gif|}} MoveToBottom(T) ** ** {{wiki:​PublicMethod.gif|}} MoveToBottom(T) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 318: Line 321:
 ** {{wiki:​PublicMethod.gif|}} MoveTo(Int32,​Int32) ** ** {{wiki:​PublicMethod.gif|}} MoveTo(Int32,​Int32) **
  
-This method moves the item at fromIndex to the location of toIndex in the collection.+  * //This method moves the item at fromIndex to the location of toIndex in the collection.//
 == Remarks == == Remarks ==
-This method moves the item at fromIndex to the location of toIndex in the collection.+  * //This method moves the item at fromIndex to the location of toIndex in the collection.//
  
 == Return Value == == Return Value ==
Line 338: Line 341:
 ** {{wiki:​PublicMethod.gif|}} MoveTo(String,​Int32) ** ** {{wiki:​PublicMethod.gif|}} MoveTo(String,​Int32) **
  
-This method moves the item with the key you specified to the location of toIndex in the collection.+  * //This method moves the item with the key you specified to the location of toIndex in the collection.//
 == Remarks == == Remarks ==
-This method moves the item with the key you specified to the location of toIndex in the collection.+  * //This method moves the item with the key you specified to the location of toIndex in the collection.//
  
 == Return Value == == Return Value ==
Line 358: Line 361:
 ** {{wiki:​PublicMethod.gif|}} MoveTo(T,​Int32) ** ** {{wiki:​PublicMethod.gif|}} MoveTo(T,​Int32) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 378: Line 381:
 ** {{wiki:​PublicMethod.gif|}} Contains(String) ** ** {{wiki:​PublicMethod.gif|}} Contains(String) **
  
-This method returns whether an item is in the collection based on the specified key.+  * //This method returns whether an item is in the collection based on the specified key.//
 == Remarks == == Remarks ==
-None+  * //None//
  
 == Return Value == == Return Value ==
Line 394: Line 397:
 ** {{wiki:​PublicMethod.gif|}} Add(T) ** ** {{wiki:​PublicMethod.gif|}} Add(T) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 410: Line 413:
 ** {{wiki:​PublicMethod.gif|}} Clear() ** ** {{wiki:​PublicMethod.gif|}} Clear() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 422: Line 425:
 ** {{wiki:​PublicMethod.gif|}} CopyTo(T[],​Int32) ** ** {{wiki:​PublicMethod.gif|}} CopyTo(T[],​Int32) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 442: Line 445:
 ** {{wiki:​PublicMethod.gif|}} Contains(T) ** ** {{wiki:​PublicMethod.gif|}} Contains(T) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 458: Line 461:
 ** {{wiki:​PublicMethod.gif|}} GetEnumerator() ** ** {{wiki:​PublicMethod.gif|}} GetEnumerator() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 470: Line 473:
 ** {{wiki:​PublicMethod.gif|}} IndexOf(T) ** ** {{wiki:​PublicMethod.gif|}} IndexOf(T) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 486: Line 489:
 ** {{wiki:​PublicMethod.gif|}} Insert(Int32,​T) ** ** {{wiki:​PublicMethod.gif|}} Insert(Int32,​T) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 506: Line 509:
 ** {{wiki:​PublicMethod.gif|}} Remove(T) ** ** {{wiki:​PublicMethod.gif|}} Remove(T) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 522: Line 525:
 ** {{wiki:​PublicMethod.gif|}} RemoveAt(Int32) ** ** {{wiki:​PublicMethod.gif|}} RemoveAt(Int32) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 538: Line 541:
 ** {{wiki:​PublicMethod.gif|}} ToString() ** ** {{wiki:​PublicMethod.gif|}} ToString() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 550: Line 553:
 ** {{wiki:​PublicMethod.gif|}} Equals(Object) ** ** {{wiki:​PublicMethod.gif|}} Equals(Object) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 566: Line 569:
 ** {{wiki:​PublicMethod.gif|}} GetHashCode() ** ** {{wiki:​PublicMethod.gif|}} GetHashCode() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 578: Line 581:
 ** {{wiki:​PublicMethod.gif|}} GetType() ** ** {{wiki:​PublicMethod.gif|}} GetType() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 591: Line 594:
 ** {{wiki:​ProtectedMethod.gif|}} OnInserting(InsertingGeoCollectionEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnInserting(InsertingGeoCollectionEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 607: Line 610:
 ** {{wiki:​ProtectedMethod.gif|}} OnInserted(InsertedGeoCollectionEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnInserted(InsertedGeoCollectionEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 623: Line 626:
 ** {{wiki:​ProtectedMethod.gif|}} OnRemoving(RemovingGeoCollectionEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnRemoving(RemovingGeoCollectionEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 639: Line 642:
 ** {{wiki:​ProtectedMethod.gif|}} OnRemoved(RemovedGeoCollectionEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnRemoved(RemovedGeoCollectionEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 655: Line 658:
 ** {{wiki:​ProtectedMethod.gif|}} OnAdding(AddingGeoCollectionEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnAdding(AddingGeoCollectionEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 671: Line 674:
 ** {{wiki:​ProtectedMethod.gif|}} OnAdded(AddedGeoCollectionEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnAdded(AddedGeoCollectionEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 687: Line 690:
 ** {{wiki:​ProtectedMethod.gif|}} OnClearingItems(ClearingItemsGeoCollectionEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnClearingItems(ClearingItemsGeoCollectionEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 703: Line 706:
 ** {{wiki:​ProtectedMethod.gif|}} OnClearedItems(ClearedItemsGeoCollectionEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnClearedItems(ClearedItemsGeoCollectionEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 719: Line 722:
 ** {{wiki:​ProtectedMethod.gif|}} InsertItem(Int32,​T) ** ** {{wiki:​ProtectedMethod.gif|}} InsertItem(Int32,​T) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 739: Line 742:
 ** {{wiki:​ProtectedMethod.gif|}} RemoveItem(Int32) ** ** {{wiki:​ProtectedMethod.gif|}} RemoveItem(Int32) **
  
-This method removes an item from the collection based on the specified index.+  * //This method removes an item from the collection based on the specified index.//
 == Remarks == == Remarks ==
-None+  * //None//
  
 == Return Value == == Return Value ==
Line 755: Line 758:
 ** {{wiki:​ProtectedMethod.gif|}} ClearItems() ** ** {{wiki:​ProtectedMethod.gif|}} ClearItems() **
  
-This method clears the items from the collection.+  * //This method clears the items from the collection.//
 == Remarks == == Remarks ==
-None+  * //None//
  
 == Return Value == == Return Value ==
Line 767: Line 770:
 ** {{wiki:​ProtectedMethod.gif|}} SetItem(Int32,​T) ** ** {{wiki:​ProtectedMethod.gif|}} SetItem(Int32,​T) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 787: Line 790:
 ** {{wiki:​ProtectedMethod.gif|}} OnCollectionChanged(NotifyCollectionChangedEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnCollectionChanged(NotifyCollectionChangedEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 803: Line 806:
 ** {{wiki:​ProtectedMethod.gif|}} OnPropertyChanged(PropertyChangedEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnPropertyChanged(PropertyChangedEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 819: Line 822:
 ** {{wiki:​ProtectedMethod.gif|}} Finalize() ** ** {{wiki:​ProtectedMethod.gif|}} Finalize() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 831: Line 834:
 ** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() ** ** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 844: Line 847:
 ** {{wiki:​PublicProperty.gif|}} Item ** ** {{wiki:​PublicProperty.gif|}} Item **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:T   * Type:T
Line 852: Line 855:
 ** {{wiki:​PublicProperty.gif|}} Count ** ** {{wiki:​PublicProperty.gif|}} Count **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:Int32   * Type:Int32
Line 860: Line 863:
 ** {{wiki:​PublicProperty.gif|}} Item ** ** {{wiki:​PublicProperty.gif|}} Item **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:T   * Type:T
Line 869: Line 872:
 ** {{wiki:​ProtectedProperty.gif|}} Items ** ** {{wiki:​ProtectedProperty.gif|}} Items **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​IList<​T>​   * Type:​IList<​T>​
Line 877: Line 880:
 ==== Public Events ==== ==== Public Events ====
 ** {{wiki:​PublicEvent.gif|}} Inserting ** ** {{wiki:​PublicEvent.gif|}} Inserting **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 Event Arguments:​[[ThinkGeo.MapSuite.Core.InsertingGeoCollectionEventArgs|InsertingGeoCollectionEventArgs]] Event Arguments:​[[ThinkGeo.MapSuite.Core.InsertingGeoCollectionEventArgs|InsertingGeoCollectionEventArgs]]
  
 ** {{wiki:​PublicEvent.gif|}} Inserted ** ** {{wiki:​PublicEvent.gif|}} Inserted **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 Event Arguments:​[[ThinkGeo.MapSuite.Core.InsertedGeoCollectionEventArgs|InsertedGeoCollectionEventArgs]] Event Arguments:​[[ThinkGeo.MapSuite.Core.InsertedGeoCollectionEventArgs|InsertedGeoCollectionEventArgs]]
  
 ** {{wiki:​PublicEvent.gif|}} Removing ** ** {{wiki:​PublicEvent.gif|}} Removing **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 Event Arguments:​[[ThinkGeo.MapSuite.Core.RemovingGeoCollectionEventArgs|RemovingGeoCollectionEventArgs]] Event Arguments:​[[ThinkGeo.MapSuite.Core.RemovingGeoCollectionEventArgs|RemovingGeoCollectionEventArgs]]
  
 ** {{wiki:​PublicEvent.gif|}} Removed ** ** {{wiki:​PublicEvent.gif|}} Removed **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 Event Arguments:​[[ThinkGeo.MapSuite.Core.RemovedGeoCollectionEventArgs|RemovedGeoCollectionEventArgs]] Event Arguments:​[[ThinkGeo.MapSuite.Core.RemovedGeoCollectionEventArgs|RemovedGeoCollectionEventArgs]]
  
 ** {{wiki:​PublicEvent.gif|}} Adding ** ** {{wiki:​PublicEvent.gif|}} Adding **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 Event Arguments:​[[ThinkGeo.MapSuite.Core.AddingGeoCollectionEventArgs|AddingGeoCollectionEventArgs]] Event Arguments:​[[ThinkGeo.MapSuite.Core.AddingGeoCollectionEventArgs|AddingGeoCollectionEventArgs]]
  
 ** {{wiki:​PublicEvent.gif|}} Added ** ** {{wiki:​PublicEvent.gif|}} Added **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 Event Arguments:​[[ThinkGeo.MapSuite.Core.AddedGeoCollectionEventArgs|AddedGeoCollectionEventArgs]] Event Arguments:​[[ThinkGeo.MapSuite.Core.AddedGeoCollectionEventArgs|AddedGeoCollectionEventArgs]]
  
 ** {{wiki:​PublicEvent.gif|}} ClearingItems ** ** {{wiki:​PublicEvent.gif|}} ClearingItems **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 Event Arguments:​[[ThinkGeo.MapSuite.Core.ClearingItemsGeoCollectionEventArgs|ClearingItemsGeoCollectionEventArgs]] Event Arguments:​[[ThinkGeo.MapSuite.Core.ClearingItemsGeoCollectionEventArgs|ClearingItemsGeoCollectionEventArgs]]
  
 ** {{wiki:​PublicEvent.gif|}} ClearedItems ** ** {{wiki:​PublicEvent.gif|}} ClearedItems **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 Event Arguments:​[[ThinkGeo.MapSuite.Core.ClearedItemsGeoCollectionEventArgs|ClearedItemsGeoCollectionEventArgs]] Event Arguments:​[[ThinkGeo.MapSuite.Core.ClearedItemsGeoCollectionEventArgs|ClearedItemsGeoCollectionEventArgs]]
  
 ** {{wiki:​PublicEvent.gif|}} CollectionChanged ** ** {{wiki:​PublicEvent.gif|}} CollectionChanged **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 Event Arguments: Event Arguments:
  
 ** {{wiki:​PublicEvent.gif|}} PropertyChanged ** ** {{wiki:​PublicEvent.gif|}} PropertyChanged **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 Event Arguments: Event Arguments:
  
  
thinkgeo.mapsuite.portablecore.geocollection_1.1442822914.txt.gz ยท Last modified: 2015/09/21 08:08 by admin