Skip to main content
All docs
V24.2

AzureRouteCalculatedEventArgs(AzureRouteCalculationResult, Exception, Boolean, Object) Constructor

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

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v24.2.dll

Declaration

public AzureRouteCalculatedEventArgs(
    AzureRouteCalculationResult calculationResult,
    Exception error,
    bool cancelled,
    object userState
)

Parameters

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