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