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
)
Public Sub New (
layerName As String
)
public:
LayerChangedEventArgs(
String^ layerName
)
new :
layerName : string -> LayerChangedEventArgs
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