SetTOnAdd Event | |
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
Public Event OnAdd As Action(Of T)
Value
Type:
SystemActionTSee Also