Skip to content

RemovedGeoCollectionEventArgs

Namespace: ThinkGeo.Core

Represents the RemovedGeoCollectionEventArgs class.

public class RemovedGeoCollectionEventArgs : System.EventArgs

Inheritance objectEventArgsRemovedGeoCollectionEventArgs

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

RemovedGeoCollectionEventArgs()

Initializes a new instance of the RemovedGeoCollectionEventArgs class.

public RemovedGeoCollectionEventArgs()

RemovedGeoCollectionEventArgs(object)

Initializes a new instance of the RemovedGeoCollectionEventArgs class.

public RemovedGeoCollectionEventArgs(object item)

Parameters

item object

RemovedGeoCollectionEventArgs(object, int)

Initializes a new instance of the RemovedGeoCollectionEventArgs class.

public RemovedGeoCollectionEventArgs(object item, int index)

Parameters

item object

index int