Skip to main content
All docs
V25.1
  • WebInformationDataProvider<TEventArgs> Class

    The base class for providers that request data from web map services.

    Namespace: DevExpress.Xpf.Map

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

    NuGet Package: DevExpress.Wpf.Map

    Declaration

    public abstract class WebInformationDataProvider<TEventArgs> :
        InformationDataProviderBase,
        ISupportWebRequest
        where TEventArgs : AsyncCompletedEventArgs

    Type Parameters

    Name
    TEventArgs

    Implements

    See Also