Keyoti SearchUnit API Docs
SearchResult..::..DataRowEventHandler Delegate
API DocumentationKeyoti.SearchEngine.SearchSearchResultSearchResult..::..DataRowEventHandler
Keyoti SearchUnit v6
Handler delegate
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public delegate void DataRowEventHandler(
	Object sender,
	SearchResult..::..DataRowEventArgs e
)
public delegate void DataRowEventHandler(
	Object sender,
	SearchResult..::..DataRowEventArgs e
)
Public Delegate Sub DataRowEventHandler ( 
	sender As Object,
	e As SearchResult..::..DataRowEventArgs
)
Public Delegate Sub DataRowEventHandler ( 
	sender As Object,
	e As SearchResult..::..DataRowEventArgs
)
public delegate void DataRowEventHandler(
	Object^ sender, 
	SearchResult..::..DataRowEventArgs^ e
)
public delegate void DataRowEventHandler(
	Object^ sender, 
	SearchResult..::..DataRowEventArgs^ e
)
type DataRowEventHandler = 
    delegate of 
        sender : Object * 
        e : SearchResult..::..DataRowEventArgs -> unit
type DataRowEventHandler = 
    delegate of 
        sender : Object * 
        e : SearchResult..::..DataRowEventArgs -> unit

Assembly: Keyoti4.SearchEngine.Core (Module: Keyoti4.SearchEngine.Core.dll) Version: 2015.6.15.120