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