Skip to content

AddingGeoCollectionEventArgs

Namespace: ThinkGeo.Core

AddingGeoCollectionEventArgs

public class AddingGeoCollectionEventArgs : System.EventArgs

Inheritance ObjectEventArgsAddingGeoCollectionEventArgs

Properties

Item

Gets or sets the item.

public object Item { get; set; }

Property Value

Object

        The item.

Constructors

AddingGeoCollectionEventArgs()

Initializes a new instance of the AddingGeoCollectionEventArgs class.

public AddingGeoCollectionEventArgs()

AddingGeoCollectionEventArgs(Object)

Initializes a new instance of the AddingGeoCollectionEventArgs class.

public AddingGeoCollectionEventArgs(object item)

Parameters

item Object
The item.