Click or drag to resize

SetTOnAdd Event

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
The action to call when Add(T) is called. The item being added will be the parameter to this event.

Namespace:  Telogis.GeoBase
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public event Action<T> OnAdd

Value

Type: SystemActionT
See Also