Class InsertingGeoCollectionEventArgs
public class InsertingGeoCollectionEventArgs : EventArgs
- Inheritance
-
InsertingGeoCollectionEventArgs
- Inherited Members
Constructors
InsertingGeoCollectionEventArgs()
public InsertingGeoCollectionEventArgs()
InsertingGeoCollectionEventArgs(object)
public InsertingGeoCollectionEventArgs(object item)
Parameters
item
object
Properties
Item
public object Item { get; set; }