DialogPage.SearchStringChanged(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.
Called when the Tools/Options search box's search term changes or is cleared. Can be overridden to allow pages to filter their options content based on the search term. Base implementation does nothing and does not need to be called.
protected virtual void SearchStringChanged (string searchString);
abstract member SearchStringChanged : string -> unit
override this.SearchStringChanged : string -> unit
Protected Overridable Sub SearchStringChanged (searchString As String)
Parameters
- searchString
- String
The search string. When the search is cleared this value can be either null or string.Empty.