AzureSearchCompletedEventArgs Class
In This Article
Contains data for the SearchCompleted event.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.2.dll
NuGet Package: DevExpress.Win.Map
#Declaration
public class AzureSearchCompletedEventArgs :
SearchCompletedEventArgs
#Remarks
Instances of the AzureSearchCompletedEventArgs
class are automatically created, initialized and passed to the corresponding event handlers.
#Inheritance
Object
EventArgs
AsyncCompletedEventArgs
SearchCompletedEventArgs
AzureSearchCompletedEventArgs
See Also