RemovedGeoCollectionEventArgs¶
Namespace: ThinkGeo.Core
public class RemovedGeoCollectionEventArgs : System.EventArgs
Inheritance Object → EventArgs → RemovedGeoCollectionEventArgs
Properties¶
Item¶
public object Item { get; set; }
Property Value¶
Index¶
public int Index { get; set; }
Property Value¶
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