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