Class RemovedGeoCollectionEventArgs
- Namespace
- ThinkGeo.Core
- Assembly
- ThinkGeo.Core.dll
public class RemovedGeoCollectionEventArgs : EventArgs
- Inheritance
-
RemovedGeoCollectionEventArgs
- Inherited Members
-
Constructors
RemovedGeoCollectionEventArgs()
public RemovedGeoCollectionEventArgs()
RemovedGeoCollectionEventArgs(object)
public RemovedGeoCollectionEventArgs(object item)
Parameters
item
object
RemovedGeoCollectionEventArgs(object, int)
public RemovedGeoCollectionEventArgs(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