AzureSearchCompletedEventArgs(SearchRequestResult, Exception, Boolean, Object) Constructor
Initializes a new instance of the AzureSearchCompletedEventArgs class with specified settings.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.2.dll
Declaration
public AzureSearchCompletedEventArgs(
SearchRequestResult requestResult,
Exception error,
bool cancelled,
object userState
)
Parameters
Name | Type | Description |
---|---|---|
requestResult | SearchRequestResult | The results of a web service request to search for a specific location. |
error | Exception | The exception that specifies the error description. |
cancelled | Boolean | A Boolean value that specifies whether the search operation should be cancelled. |
userState | Object | An object that specifies the user state. |
See Also