Class AddingGeoCollectionEventArgs
AddingGeoCollectionEventArgs
public class AddingGeoCollectionEventArgs : EventArgs
- Inheritance
-
AddingGeoCollectionEventArgs
- Inherited Members
Constructors
AddingGeoCollectionEventArgs()
Initializes a new instance of the AddingGeoCollectionEventArgs class.
public AddingGeoCollectionEventArgs()
- See Also
AddingGeoCollectionEventArgs(object)
Initializes a new instance of the AddingGeoCollectionEventArgs class.
public AddingGeoCollectionEventArgs(object item)
Parameters
item
objectThe item.
- See Also
Properties
Item
Gets or sets the item.
public object Item { get; set; }
Property Value
- object
The item.
- See Also