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

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

ArcGIS Pro version: 3 or higher.
See Also