Table of Contents

Class InsertedGeoCollectionEventArgs

Namespace
ThinkGeo.Core
Assembly
ThinkGeo.Core.dll
public class InsertedGeoCollectionEventArgs : EventArgs
Inheritance
InsertedGeoCollectionEventArgs
Inherited Members

Constructors

InsertedGeoCollectionEventArgs()

public InsertedGeoCollectionEventArgs()

InsertedGeoCollectionEventArgs(object)

public InsertedGeoCollectionEventArgs(object item)

Parameters

item object

InsertedGeoCollectionEventArgs(object, int)

public InsertedGeoCollectionEventArgs(object item, int index)

Parameters

item object
index int

Properties

Index

public int Index { get; set; }

Property Value

int

Item

public object Item { get; set; }

Property Value

object