Skip to content

RemovedGeoCollectionEventArgs

Namespace: ThinkGeo.Core

public class RemovedGeoCollectionEventArgs : System.EventArgs

Inheritance ObjectEventArgsRemovedGeoCollectionEventArgs

Properties

Item

public object Item { get; set; }

Property Value

Object

Index

public int Index { get; set; }

Property Value

Int32

Constructors

RemovedGeoCollectionEventArgs()

public RemovedGeoCollectionEventArgs()

RemovedGeoCollectionEventArgs(Object)

public RemovedGeoCollectionEventArgs(object item)

Parameters

item Object

RemovedGeoCollectionEventArgs(Object, Int32)

public RemovedGeoCollectionEventArgs(object item, int index)

Parameters

item Object

index Int32