ArcGIS Pro 3.0 API Reference Guide
ArcGIS.Desktop.Mapping.Controls Namespace / SymbolSearcherControl.SearchCompletedEventHandler Delegate
The SymbolSearchControl instance
A SymbolSearcherSearchCompletedEventArgs with the search results

SymbolSearcherControl.SearchCompletedEventHandler Delegate
Callback for the SearchCompleted event of the SymbolSearchControl.
Syntax
public delegate void SymbolSearcherControl.SearchCompletedEventHandler( 
   object sender,
   SymbolSearcherSearchCompletedEventArgs args
)

Parameters

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

Target Platforms: Windows 11, Windows 10, Windows 8.1

ArcGIS Pro version: 2.7 or higher.
See Also