CapabilitiesRespondedEventArgs(WmsLayerCollection, Exception) Constructor
Initializes a new instance of the CapabilitiesRespondedEventArgs class with specified settings.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.1.dll
NuGet Package: DevExpress.Win.Map
Declaration
Parameters
Name | Type | Description |
---|---|---|
layers | WmsLayerCollection | The WmsLayerCollection value provides available layers from a Web Map Service. |
exception | Exception | An Exception that has been thrown. |
Remarks
The CapabilitiesRespondedEventArgs class instances are automatically created, initialized, and passed to the corresponding event handlers.
See Also