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

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

    Namespace: DevExpress.XtraMap

    Assembly: DevExpress.XtraMap.v25.1.dll

    NuGet Package: DevExpress.Win.Map

    Declaration

    public AzureTrafficIncidentCalculatedEventArgs(
        AzureTrafficIncidentCalculationResult result,
        Exception error,
        bool cancelled,
        object userState
    )

    Parameters

    Name Type Description
    result AzureTrafficIncidentCalculationResult

    An AzureTrafficIncidentCalculationResult object that holds the response received from an Azure Maps service.

    error Exception

    An exception that contains information about the error, if it occurred when raising this event.

    cancelled Boolean

    A Boolean value that specifies whether response information transfer should be cancelled.

    userState Object

    An object that specifies the user state.

    See Also