Skip to main content
All docs
V24.2

AzureRouteIsochroneCalculatedEventArgs(AzureRouteIsochroneCalculationResult, Exception, Boolean, Object) Constructor

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

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v24.2.dll

Declaration

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

Parameters

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