| CMSSearchResultsSearchCompletedHandler Delegate | 
            Search completed delegate.
            
 
Namespace: CMS.DocumentEngine.Web.UIAssembly: CMS.DocumentEngine.Web.UI (in CMS.DocumentEngine.Web.UI.dll) Version: 13.0.131
 Syntax
Syntaxpublic delegate void SearchCompletedHandler(
	bool noResults,
	bool renderIt
)
Parameters
- noResults
- Type: SystemBoolean
 Determines whether control has data
- renderIt
- Type: SystemBoolean
 Determines whether control is being rendered
 See Also
See Also