ArcGIS Pro 2.8 API Reference Guide
SymbolSearcherControl.SearchCompletedEventHandler Delegate

ArcGIS.Desktop.Mapping.Controls Namespace : SymbolSearcherControl.SearchCompletedEventHandler Delegate
The SymbolSearchControl instance
A SymbolSearcherSearchCompletedEventArgs with the search results
Callback for the SearchCompleted event of the SymbolSearchControl
Syntax
public delegate void SymbolSearcherControl.SearchCompletedEventHandler( 
   object sender,
   SymbolSearcherSearchCompletedEventArgs args
)
Public Delegate Sub SymbolSearcherControl.SearchCompletedEventHandler( _
   ByVal sender As Object, _
   ByVal args As SymbolSearcherSearchCompletedEventArgs _
) 

Parameters

sender
The SymbolSearchControl instance
args
A SymbolSearcherSearchCompletedEventArgs with the search results
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

SymbolSearcherControl.SearchCompletedEventHandler Members
ArcGIS.Desktop.Mapping.Controls Namespace