Click or drag to resize

MapChangedEventArgs Constructor (String, Object, Object)

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Create and initialize a MapChangedEventArgs object.

Namespace:  Telogis.GeoBase
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public MapChangedEventArgs(
	string propertyName,
	Object OldValue,
	Object NewValue
)

Parameters

propertyName
Type: SystemString
The name of the property that changed.
OldValue
Type: SystemObject
The old value of the property.
NewValue
Type: SystemObject
The new value of the property.
See Also