CapabilitiesRespondedEventArgs(WmsLayerCollection, Exception) Constructor
Initializes a new instance of the CapabilitiesRespondedEventArgs class with specified settings.
Namespace: DevExpress.Xpf.Map
Assembly: DevExpress.Xpf.Map.v24.1.dll
NuGet Package: DevExpress.Wpf.Map
Declaration
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