Click or drag to resize

LayerChangedEventArgs Constructor (String)

Legacy constructor containing only the name of the layer.

Namespace:  Ptv.XServer.Controls.Map
Assembly:  Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax
public LayerChangedEventArgs(
	string layerName
)

Parameters

layerName
Type: SystemString
Name of the layer which was changed one of its properties or is added to /removed from the collection list.
Remarks
The property Layer remains uninitialized.
See Also