Skip to content

InsertedGeoCollectionEventArgs

Namespace: ThinkGeo.Core

Represents the InsertedGeoCollectionEventArgs class.

public class InsertedGeoCollectionEventArgs : System.EventArgs

Inheritance objectEventArgsInsertedGeoCollectionEventArgs

Properties

Item

Gets or sets the Item.

public object Item { get; set; }

Property Value

object

Index

Gets or sets the Index.

public int Index { get; set; }

Property Value

int

Constructors

InsertedGeoCollectionEventArgs()

Initializes a new instance of the InsertedGeoCollectionEventArgs class.

public InsertedGeoCollectionEventArgs()

InsertedGeoCollectionEventArgs(object)

Initializes a new instance of the InsertedGeoCollectionEventArgs class.

public InsertedGeoCollectionEventArgs(object item)

Parameters

item object

InsertedGeoCollectionEventArgs(object, int)

Initializes a new instance of the InsertedGeoCollectionEventArgs class.

public InsertedGeoCollectionEventArgs(object item, int index)

Parameters

item object

index int