InsertedGeoCollectionEventArgs¶
Namespace: ThinkGeo.Core
Represents the InsertedGeoCollectionEventArgs class.
public class InsertedGeoCollectionEventArgs : System.EventArgs
Inheritance object → EventArgs → InsertedGeoCollectionEventArgs
Properties¶
Item¶
Gets or sets the Item.
public object Item { get; set; }
Property Value¶
Index¶
Gets or sets the Index.
public int Index { get; set; }
Property Value¶
Constructors¶
InsertedGeoCollectionEventArgs()¶
Initializes a new instance of the InsertedGeoCollectionEventArgs class.
public InsertedGeoCollectionEventArgs()
InsertedGeoCollectionEventArgs(object)¶
Initializes a new instance of the InsertedGeoCollectionEventArgs class.
public InsertedGeoCollectionEventArgs(object item)
Parameters¶
item object
InsertedGeoCollectionEventArgs(object, int)¶
Initializes a new instance of the InsertedGeoCollectionEventArgs class.
public InsertedGeoCollectionEventArgs(object item, int index)
Parameters¶
item object
index int