Table of Contents

Class AddedGeoCollectionEventArgs

Namespace
ThinkGeo.Core
Assembly
ThinkGeo.Core.dll

AddedGeoCollectionEventArgs

public class AddedGeoCollectionEventArgs : EventArgs
Inheritance
AddedGeoCollectionEventArgs
Inherited Members

Constructors

AddedGeoCollectionEventArgs()

Initializes a new instance of the AddedGeoCollectionEventArgs class.

public AddedGeoCollectionEventArgs()
See Also

AddedGeoCollectionEventArgs(object)

Initializes a new instance of the AddedGeoCollectionEventArgs class.

public AddedGeoCollectionEventArgs(object item)

Parameters

item object

The item.

See Also

AddedGeoCollectionEventArgs(object, string)

public AddedGeoCollectionEventArgs(object item, string key)

Parameters

item object
key string
See Also

Properties

Item

Gets or sets the item.

public object Item { get; set; }

Property Value

object

The item.

See Also

Key

public string Key { get; set; }

Property Value

string
See Also

See Also