Method NotifyDeselected
| Edit this page View SourceNotifyDeselected(SearchResult?)
Used to notify the source when the SearchViewModel has deselected a result, or all results if result
is null.
Declaration
void NotifyDeselected(SearchResult? result)
Parameters
Type | Name | Description |
---|---|---|
SearchResult | result | The result that has been deselected. |
Remarks
This can be used to implement custom selection behavior (e.g. when using a FeatureLayer).