Skip to main content
All docs
V25.1
  • AzureRouteIsochroneCalculatedEventArgs(AzureRouteIsochroneCalculationResult, Exception, Boolean, Object) Constructor

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

    Namespace: DevExpress.Xpf.Map

    Assembly: DevExpress.Xpf.Map.v25.1.dll

    NuGet Package: DevExpress.Wpf.Map

    Declaration

    public AzureRouteIsochroneCalculatedEventArgs(
        AzureRouteIsochroneCalculationResult calculationResult,
        Exception error,
        bool cancelled,
        object userState
    )

    Parameters

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