wpf-devexpress-dot-xpf-dot-map-40a41dc4.md
This class is obsolete. Microsoft deprecated Bing Maps on June 30th, 2025. For alternative providers, see https://www.devexpress.com/bing-maps-wpf
Provides data for the BingElevationDataProvider.ElevationsCalculated event.
Namespace : DevExpress.Xpf.Map
Assembly : DevExpress.Xpf.Map.v25.2.dll
NuGet Package : DevExpress.Wpf.Map
[Obsolete("This class is obsolete. Microsoft deprecated Bing Maps on June 30th, 2025. For alternative providers, see https://www.devexpress.com/bing-maps-wpf")]
[PreferableMember("ElevationsCalculatedEventArgs", "", "")]
public class ElevationsCalculatedEventArgs :
AsyncCompletedEventArgs
<Obsolete("This class is obsolete. Microsoft deprecated Bing Maps on June 30th, 2025. For alternative providers, see https://www.devexpress.com/bing-maps-wpf")>
<PreferableMember("ElevationsCalculatedEventArgs", "", "")>
Public Class ElevationsCalculatedEventArgs
Inherits AsyncCompletedEventArgs
ElevationsCalculatedEventArgs is the data class for the following events:
An instance of the ElevationsCalculatedEventArgs class with appropriate settings is automatically created and passed to the corresponding event’s handler.
Object EventArgs AsyncCompletedEventArgs ElevationsCalculatedEventArgs
See Also