Skip to main content
All docs
V25.1
  • CapabilitiesRespondedEventArgs(WmsLayerCollection, Exception) Constructor

    Initializes a new instance of the CapabilitiesRespondedEventArgs class with specified settings.

    Namespace: DevExpress.Xpf.Map

    Assembly: DevExpress.Xpf.Map.v25.1.dll

    NuGet Package: DevExpress.Wpf.Map

    Declaration

    public CapabilitiesRespondedEventArgs(
        WmsLayerCollection layers,
        Exception exception
    )

    Parameters

    Name Type Description
    layers WmsLayerCollection

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

    exception Exception

    A Exception that has been thrown.

    See Also