Skip to main content
A newer version of this page is available. .
All docs
V21.1

BingRouteIsochroneCalculatedEventArgs(RouteIsochroneCalculationResult, Exception, Boolean, Object) Constructor

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

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v21.1.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.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