Skip to main content
All docs
V25.1
  • AzureRouteIsochroneCalculatedEventHandler Delegate

    Namespace: DevExpress.XtraMap

    Assembly: DevExpress.XtraMap.v25.1.dll

    NuGet Package: DevExpress.Win.Map

    Declaration

    public delegate void AzureRouteIsochroneCalculatedEventHandler(
        object sender,
        AzureRouteIsochroneCalculatedEventArgs e
    );

    Parameters

    Name Type
    sender Object
    e AzureRouteIsochroneCalculatedEventArgs
    See Also