Skip to content

InsertingGeoCollectionEventArgs

Namespace: ThinkGeo.Core

Represents the InsertingGeoCollectionEventArgs class.

public class InsertingGeoCollectionEventArgs : System.EventArgs

Inheritance ObjectEventArgsInsertingGeoCollectionEventArgs

Properties

Item

Gets or sets the Item.

public object Item { get; set; }

Property Value

Object

Constructors

InsertingGeoCollectionEventArgs()

Initializes a new instance of the InsertingGeoCollectionEventArgs class.

public InsertingGeoCollectionEventArgs()

InsertingGeoCollectionEventArgs(Object)

Initializes a new instance of the InsertingGeoCollectionEventArgs class.

public InsertingGeoCollectionEventArgs(object item)

Parameters

item Object