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