Skip to main content
All docs
V23.2

BingRouteIsochroneCalculatedEventArgs(RouteIsochroneCalculationResult, Exception, Boolean, Object) Constructor

Initializes a new instance of the BingRouteIsochroneCalculatedEventArgs class with specified settings.

Namespace: DevExpress.Xpf.Map

Assembly: DevExpress.Xpf.Map.v23.2.dll

NuGet Package: DevExpress.Wpf.Map

Declaration

public BingRouteIsochroneCalculatedEventArgs(
    RouteIsochroneCalculationResult calculationResult,
    Exception error,
    bool cancelled,
    object userState
)

Parameters

Name Type
calculationResult RouteIsochroneCalculationResult
error Exception
cancelled Boolean
userState Object
See Also