Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.RadMap.dll
Syntax:
C#
public class AzureSearchCompletedEventArgs : EventArgs
Inheritance: objectEventArgsAzureSearchCompletedEventArgs
Inherited Members
Constructors
Initializes a new instance of the AzureSearchCompletedEventArgs class.
C#
public AzureSearchCompletedEventArgs(AzureResponse azureResponse)
The full AzureResponse object returned from the Azure Maps Search API.
Properties
Gets the Azure Search API response.
C#
public AzureResponse AzureResponse { get; }