Public Event SearchCompletedEvent As SymbolSearcherControl.SearchCompletedEventHandler
public event SymbolSearcherControl.SearchCompletedEventHandler SearchCompletedEvent
Event Data
The event handler receives an argument of type SymbolSearcherSearchCompletedEventArgs containing data related to this event. The following SymbolSearcherSearchCompletedEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| Results | Gets the search results. |
| ResultType | Gets the style type of the results. |
Requirements
Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)
ArcGIS Pro version: 3.0 or higher.
See Also