Click or drag to resize
CMSSearchResultsSearchCompletedHandler Delegate
Search completed delegate.

Namespace: CMS.Controls
Assembly: CMS.Controls (in CMS.Controls.dll) Version: 9.0.0
Syntax
C#
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