Keyoti SearchUnit API Docs
OnItemCreated Method (item, data)
API DocumentationKeyoti.SearchEngine.WebSearchResultOnItemCreated(Control, Object)
Keyoti SearchUnit v6
Raises the ItemCreated event.
Declaration Syntax
C#Visual Basic
protected virtual void OnItemCreated(
	Control item,
	Object data
)
Protected Overridable Sub OnItemCreated ( 
	item As Control,
	data As Object
)
Parameters
item (Control)
The item that was created.
data (Object)
The data associated with the item, for a ResultItem this is likely to be either a Keyoti.SearchEngine.Search.ResultItem object, or a DataRow object (when a DataSource is set).

Assembly: Keyoti4.SearchEngine.Web (Module: Keyoti4.SearchEngine.Web.dll) Version: 2022.8.22.610