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