Skip to content

InsertedGeoCollectionEventArgs

Namespace: ThinkGeo.Core

public class InsertedGeoCollectionEventArgs : System.EventArgs

Inheritance ObjectEventArgsInsertedGeoCollectionEventArgs

Properties

Item

public object Item { get; set; }

Property Value

Object

Index

public int Index { get; set; }

Property Value

Int32

Constructors

InsertedGeoCollectionEventArgs()

public InsertedGeoCollectionEventArgs()

InsertedGeoCollectionEventArgs(Object)

public InsertedGeoCollectionEventArgs(object item)

Parameters

item Object

InsertedGeoCollectionEventArgs(Object, Int32)

public InsertedGeoCollectionEventArgs(object item, int index)

Parameters

item Object

index Int32