AddedGeoCollectionEventArgs¶
Namespace: ThinkGeo.Core
AddedGeoCollectionEventArgs
public class AddedGeoCollectionEventArgs : System.EventArgs
Inheritance Object → EventArgs → AddedGeoCollectionEventArgs
Properties¶
Item¶
Gets or sets the item.
public object Item { get; set; }
Property Value¶
The item.
Key¶
public string Key { get; set; }
Property Value¶
Constructors¶
AddedGeoCollectionEventArgs()¶
Initializes a new instance of the AddedGeoCollectionEventArgs class.
public AddedGeoCollectionEventArgs()
AddedGeoCollectionEventArgs(Object)¶
Initializes a new instance of the AddedGeoCollectionEventArgs class.
public AddedGeoCollectionEventArgs(object item)
Parameters¶
item
Object
The item.
AddedGeoCollectionEventArgs(Object, String)¶
public AddedGeoCollectionEventArgs(object item, string key)
Parameters¶
item
Object
key
String