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.