AzureRouteIsochroneCalculatedEventHandler Delegate
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.2.dll
Declaration
public delegate void AzureRouteIsochroneCalculatedEventHandler(
object sender,
AzureRouteIsochroneCalculatedEventArgs e
);
Parameters
Name | Type |
---|---|
sender | Object |
e | AzureRouteIsochroneCalculatedEventArgs |
See Also