Keyoti SearchUnit API Docs
FoundSpellingError Event
API DocumentationKeyoti.SearchEngine.WebSearchSuggestionsFoundSpellingError
Keyoti SearchUnit v6
Called when a spelling error is found - provides opportunity to adjust the suggestions.
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public event FoundSpellingErrorEventHandler FoundSpellingError
public event FoundSpellingErrorEventHandler FoundSpellingError
Public Event FoundSpellingError As FoundSpellingErrorEventHandler
Public Event FoundSpellingError As FoundSpellingErrorEventHandler
public:
 event FoundSpellingErrorEventHandler^ FoundSpellingError {
	void add (FoundSpellingErrorEventHandler^ value);
	void remove (FoundSpellingErrorEventHandler^ value);
}
public:
 event FoundSpellingErrorEventHandler^ FoundSpellingError {
	void add (FoundSpellingErrorEventHandler^ value);
	void remove (FoundSpellingErrorEventHandler^ value);
}
member FoundSpellingError : IEvent<FoundSpellingErrorEventHandler,
    FoundSpellingErrorEventArgs>
member FoundSpellingError : IEvent<FoundSpellingErrorEventHandler,
    FoundSpellingErrorEventArgs>
Value

Assembly: Keyoti4.SearchEnginePro.Web (Module: Keyoti4.SearchEnginePro.Web.dll) Version: 2015.6.15.120