AzureRouteIsochroneCalculatedEventHandler Delegate
Handles the AzureRouteIsochroneDataProvider.IsochroneCalculated event.
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 | Description |
---|---|---|
sender | Object | The event sender. |
e | AzureRouteIsochroneCalculatedEventArgs | The event data. |
See Also