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.1.dll
NuGet Package: DevExpress.Wpf.Map
Declaration
[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
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