RemovedGeoCollectionEventArgs¶
Namespace: ThinkGeo.Core
Represents the RemovedGeoCollectionEventArgs class.
public class RemovedGeoCollectionEventArgs : System.EventArgs
Inheritance object → EventArgs → RemovedGeoCollectionEventArgs
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¶
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