AzureRouteCalculatedEventHandler Delegate
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v25.1.dll
NuGet Package: DevExpress.Win.Map
Declaration
public delegate void AzureRouteCalculatedEventHandler(
object sender,
AzureRouteCalculatedEventArgs e
);
Parameters
Name | Type |
---|---|
sender | Object |
e | AzureRouteCalculatedEventArgs |
See Also