CMSSearchResultsSearchCompletedHandler Delegate |
Search completed delegate.
Namespace: CMS.ControlsAssembly: CMS.Controls (in CMS.Controls.dll) Version: 8.2.23
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