Keyoti SearchUnit API Docs
BeforeDataRowAdd Event
API DocumentationKeyoti.SearchEngine.SearchSearchResultBeforeDataRowAdd
Keyoti SearchUnit v6
Event fired just before data row is added to data table during initialization of DataSet property.
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public event SearchResult..::..DataRowEventHandler BeforeDataRowAdd
public event SearchResult..::..DataRowEventHandler BeforeDataRowAdd
Public Event BeforeDataRowAdd As SearchResult..::..DataRowEventHandler
Public Event BeforeDataRowAdd As SearchResult..::..DataRowEventHandler
public:
 event SearchResult..::..DataRowEventHandler^ BeforeDataRowAdd {
	void add (SearchResult..::..DataRowEventHandler^ value);
	void remove (SearchResult..::..DataRowEventHandler^ value);
}
public:
 event SearchResult..::..DataRowEventHandler^ BeforeDataRowAdd {
	void add (SearchResult..::..DataRowEventHandler^ value);
	void remove (SearchResult..::..DataRowEventHandler^ value);
}
member BeforeDataRowAdd : IEvent<SearchResult..::..DataRowEventHandler,
    SearchResult..::..DataRowEventArgs>
member BeforeDataRowAdd : IEvent<SearchResult..::..DataRowEventHandler,
    SearchResult..::..DataRowEventArgs>
Value
Remarks
Only happens if DataSet property is used.

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