Click or drag to resize

LayerChangedEventArgs Class

Additional argument class for events concerning some changes in the context of an individual layer.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Ptv.XServer.Controls.MapLayerChangedEventArgs

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

The LayerChangedEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodLayerChangedEventArgs(String)
Legacy constructor containing only the name of the layer.
Public methodLayerChangedEventArgs(ILayer)
Constructor needed for defining which layer is addressed concerning its changes.
Top
Properties
  NameDescription
Public propertyLayer
Layer which was changed one of its properties or is added to /removed from the collection list.
Public propertyLayerName
Name of the layer.
Top
Extension Methods
  NameDescription
Public Extension MethodToJson
Converts an object to a JSON string representation.
(Defined by JSONWriter.)
Top
See Also