CMSSearchResultsSearchCompletedHandler Delegate |
Search completed delegate.
Namespace: CMS.DocumentEngine.Web.UIAssembly: CMS.DocumentEngine.Web.UI (in CMS.DocumentEngine.Web.UI.dll) Version: 12.0.0
Syntax public 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