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