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