ClassAzureSearchCompletedEventArgs
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.RadMap.dll
Syntax:
cs-api-definition
public class AzureSearchCompletedEventArgs : EventArgs
Inheritance: objectEventArgsAzureSearchCompletedEventArgs
Inherited Members
Constructors
AzureSearchCompletedEventArgs(AzureResponse)
Initializes a new instance of the AzureSearchCompletedEventArgs class.
Declaration
cs-api-definition
public AzureSearchCompletedEventArgs(AzureResponse azureResponse)
Parameters
azureResponse
The full AzureResponse object returned from the Azure Maps Search API.
Properties
AzureResponse
Gets the Azure Search API response.
Declaration
cs-api-definition
public AzureResponse AzureResponse { get; }
Property Value