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

    The method that handles the AzureRouteDataProvider.RouteCalculated event.

    Namespace: DevExpress.Xpf.Map

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

    NuGet Package: DevExpress.Wpf.Map

    Declaration

    public delegate void AzureRouteCalculatedEventHandler(
        object sender,
        AzureRouteCalculatedEventArgs e
    );

    Parameters

    Name Type Description
    sender Object

    The event source.

    e AzureRouteCalculatedEventArgs

    The event data.

    See Also