Back to Devexpress

AzureRouteIsochroneCalculatedEventHandler Delegate

wpf-devexpress-dot-xpf-dot-map-71d89037.md

latest1.3 KB
Original Source

AzureRouteIsochroneCalculatedEventHandler Delegate

The method that handles the AzureRouteIsochroneDataProvider.IsochroneCalculated event.

Namespace : DevExpress.Xpf.Map

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

NuGet Package : DevExpress.Wpf.Map

Declaration

csharp
public delegate void AzureRouteIsochroneCalculatedEventHandler(
    object sender,
    AzureRouteIsochroneCalculatedEventArgs e
);
vb
Public Delegate Sub AzureRouteIsochroneCalculatedEventHandler(
    sender As Object,
    e As AzureRouteIsochroneCalculatedEventArgs
)

Parameters

NameTypeDescription
senderObject

The event source.

| | e | AzureRouteIsochroneCalculatedEventArgs |

The event data.

|

See Also

DevExpress.Xpf.Map Namespace