MapChangedEventArgs Constructor (String, Object, Object) | |
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
)
Public Sub New (
propertyName As String,
OldValue As Object,
NewValue As Object
)
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