Table of Contents

Class AddingGeoCollectionEventArgs

Namespace
ThinkGeo.Core
Assembly
ThinkGeo.Core.dll

AddingGeoCollectionEventArgs

public class AddingGeoCollectionEventArgs : EventArgs
Inheritance
AddingGeoCollectionEventArgs
Inherited Members

Constructors

AddingGeoCollectionEventArgs()

Initializes a new instance of the AddingGeoCollectionEventArgs class.

public AddingGeoCollectionEventArgs()
See Also

AddingGeoCollectionEventArgs(object)

Initializes a new instance of the AddingGeoCollectionEventArgs class.

public AddingGeoCollectionEventArgs(object item)

Parameters

item object

The item.

See Also

Properties

Item

Gets or sets the item.

public object Item { get; set; }

Property Value

object

The item.

See Also

See Also