Skip to main content
All docs
V24.2

AzureTrafficIncidentCalculatedEventHandler Delegate

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v24.2.dll

Declaration

public delegate void AzureTrafficIncidentCalculatedEventHandler(
    object sender,
    AzureTrafficIncidentCalculatedEventArgs e
);

Parameters

Name Type
sender Object
e AzureTrafficIncidentCalculatedEventArgs
See Also