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.