New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.RadMap.dll

Syntax:

C#
public class AzureSearchCompletedEventArgs : EventArgs

Inheritance: objectEventArgsAzureSearchCompletedEventArgs

Inherited Members EventArgs.Empty

Constructors

Initializes a new instance of the AzureSearchCompletedEventArgs class.

C#
public AzureSearchCompletedEventArgs(AzureResponse azureResponse)
Parameters:azureResponseAzureResponse

The full AzureResponse object returned from the Azure Maps Search API.

Properties

Gets the Azure Search API response.

C#
public AzureResponse AzureResponse { get; }