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¶
Gets or sets the 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)¶
Initializes a new instance of the AddedGeoCollectionEventArgs class.
public AddedGeoCollectionEventArgs(object item, string key)
Parameters¶
item object
key string