Back to Devexpress

ElevationsCalculatedEventArgs Class

wpf-devexpress-dot-xpf-dot-map-40a41dc4.md

latest2.2 KB
Original Source

ElevationsCalculatedEventArgs Class

OBSOLETE

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

Declaration

csharp
[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
vb
<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:

Remarks

An instance of the ElevationsCalculatedEventArgs class with appropriate settings is automatically created and passed to the corresponding event’s handler.

Inheritance

Object EventArgs AsyncCompletedEventArgs ElevationsCalculatedEventArgs

See Also

ElevationsCalculatedEventArgs Members

DevExpress.Xpf.Map Namespace