SearchControlDataSource.OnStartSearch(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.
Provides class handling for starting a search on the data source or any element derived from it.
protected:
virtual void OnStartSearch(System::String ^ searchText);
protected:
virtual void OnStartSearch(Platform::String ^ searchText);
virtual void OnStartSearch(std::wstring const & searchText);
protected virtual void OnStartSearch (string searchText);
abstract member OnStartSearch : string -> unit
override this.OnStartSearch : string -> unit
Protected Overridable Sub OnStartSearch (searchText As String)
Parameters
- searchText
- String
The text for which the search is starting.