BingRouteCalculatedEventArgs 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 BingRouteDataProvider.RouteCalculated 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("BingRouteCalculatedEventArgs", "", "")]
public class BingRouteCalculatedEventArgs :
AsyncCompletedEventArgs
Remarks
An instance of the BingRouteCalculatedEventArgs class with appropriate settings is automatically created and passed to the corresponding event’s handler.
Inheritance
Object
EventArgs
AsyncCompletedEventArgs
BingRouteCalculatedEventArgs
See Also