Class AzureSearchCompletedEventArgs
Inheritance
System.Object
System.EventArgs
AzureSearchCompletedEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.RadMap.dll
Syntax
public class AzureSearchCompletedEventArgs : EventArgs
Constructors
AzureSearchCompletedEventArgs(AzureResponse)
Initializes a new instance of the AzureSearchCompletedEventArgs class.
Declaration
public AzureSearchCompletedEventArgs(AzureResponse azureResponse)
Parameters
AzureResponse
azureResponse
The full AzureResponse object returned from the Azure Maps Search API. |
Properties
AzureResponse
Gets the Azure Search API response.
Declaration
public AzureResponse AzureResponse { get; }
Property Value
AzureResponse
|