Method NotifySelected
| Edit this page View SourceNotifySelected(SearchResult)
Used to notify the source when the SearchViewModel has selected a result.
Declaration
void NotifySelected(SearchResult result)
Parameters
Type | Name | Description |
---|---|---|
SearchResult | result | The given search result. |
Remarks
This can be used to implement custom selection behavior (e.g. when using a FeatureLayer).