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

In This Topic
    SymbolSearcherControl.SearchCompletedEventHandler Delegate
    In This Topic
    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 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also