Back to Devexpress

AzureRouteIsochroneCalculatedEventHandler Delegate

windowsforms-devexpress-dot-xtramap-20c4ac22.md

latest1.3 KB
Original Source

AzureRouteIsochroneCalculatedEventHandler Delegate

Handles the AzureRouteIsochroneDataProvider.IsochroneCalculated event.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.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 sender.

| | e | AzureRouteIsochroneCalculatedEventArgs |

The event data.

|

See Also

DevExpress.XtraMap Namespace