Skip to main content
A newer version of this page is available.
All docs
V18.2

CapabilitiesResponsedEventArgs(WmsLayerCollection) Constructor

Initializes a new instance of the CapabilitiesResponsedEventArgs class with the specified values of the event arguments.

Namespace: DevExpress.Xpf.Map

Assembly: DevExpress.Xpf.Map.v18.2.dll

Declaration

public CapabilitiesResponsedEventArgs(
    WmsLayerCollection layers
)

Parameters

Name Type Description
layers WmsLayerCollection

The WmsLayerCollection value provides available layers from a Web Map Service.

Remarks

Instances of the CapabilitiesResponsedEventArgs class are automatically created, initialized and passed to the corresponding event handlers.

See Also