Show / Hide Table of Contents

Method NotifyDeselected

| Edit this page View Source

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

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