Show / Hide Table of Contents

Method NotifySelected

| Edit this page View Source

NotifySelected(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).

  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX