BingTrafficIncidentCalculatedEventArgs(TrafficIncidentCalculationResult, Exception, Boolean, Object) Constructor
In This Article
Initializes a new instance of the BingTrafficIncidentCalculatedEventArgs class with specified settings.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.2.dll
NuGet Package: DevExpress.Win.Map
#Declaration
public BingTrafficIncidentCalculatedEventArgs(
TrafficIncidentCalculationResult result,
Exception error,
bool cancelled,
object userState
)
#Parameters
Name | Type |
---|---|
result | Traffic |
error | Exception |
cancelled | Boolean |
user |
Object |
See Also