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