DialogViewController.SearchButtonClicked(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This virtual method is invoked when the user presses the "Seach" button on the DialogViewController.
public virtual void SearchButtonClicked (string text);
abstract member SearchButtonClicked : string -> unit
override this.SearchButtonClicked : string -> unit
Parameters
- text
- String
Text that the user is searching for.