SearchControlDataSource.OnStopSearch 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 stopping a search on the data source or any element derived from it.
protected:
virtual void OnStopSearch();
protected:
virtual void OnStopSearch();
virtual void OnStopSearch();
protected virtual void OnStopSearch ();
abstract member OnStopSearch : unit -> unit
override this.OnStopSearch : unit -> unit
Protected Overridable Sub OnStopSearch ()