Skip to content

AddedGeoCollectionEventArgs

Namespace: ThinkGeo.Core

AddedGeoCollectionEventArgs

public class AddedGeoCollectionEventArgs : System.EventArgs

Inheritance objectEventArgsAddedGeoCollectionEventArgs

Properties

Item

Gets or sets the item.

public object Item { get; set; }

Property Value

object

        The item.

Key

Gets or sets the Key.

public string Key { get; set; }

Property Value

string

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