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

    The method that handles the AzureRouteIsochroneDataProvider.IsochroneCalculated event.

    Namespace: DevExpress.Xpf.Map

    Assembly: DevExpress.Xpf.Map.v25.1.dll

    NuGet Package: DevExpress.Wpf.Map

    Declaration

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

    Parameters

    Name Type Description
    sender Object

    The event source.

    e AzureRouteIsochroneCalculatedEventArgs

    The event data.

    See Also