Skip to content

RemovingGeoCollectionEventArgs

Namespace: ThinkGeo.Core

Represents the RemovingGeoCollectionEventArgs class.

public class RemovingGeoCollectionEventArgs : System.EventArgs

Inheritance ObjectEventArgsRemovingGeoCollectionEventArgs

Properties

Item

Gets or sets the Item.

public object Item { get; set; }

Property Value

Object

Constructors

RemovingGeoCollectionEventArgs()

Initializes a new instance of the RemovingGeoCollectionEventArgs class.

public RemovingGeoCollectionEventArgs()

RemovingGeoCollectionEventArgs(Object)

Initializes a new instance of the RemovingGeoCollectionEventArgs class.

public RemovingGeoCollectionEventArgs(object item)

Parameters

item Object