Keyoti SearchUnit API Docs
FoundSpellingErrorEventArgs Class
API DocumentationKeyoti.SearchEngine.SuggestionsFoundSpellingErrorEventArgs
Keyoti SearchUnit v6
Event arguments for FoundSpellingError event.
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public class FoundSpellingErrorEventArgs : EventArgs
public class FoundSpellingErrorEventArgs : EventArgs
Public Class FoundSpellingErrorEventArgs
	Inherits EventArgs
Public Class FoundSpellingErrorEventArgs
	Inherits EventArgs
public ref class FoundSpellingErrorEventArgs : public EventArgs
public ref class FoundSpellingErrorEventArgs : public EventArgs
type FoundSpellingErrorEventArgs =  
    class
        inherit EventArgs
    end
type FoundSpellingErrorEventArgs =  
    class
        inherit EventArgs
    end
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
FoundSpellingErrorEventArgs(String, ArrayList)
Constructor

Equals(Object) (Inherited from Object.)
Finalize()()()() (Inherited from Object.)
GetHashCode()()()() (Inherited from Object.)
GetType()()()() (Inherited from Object.)
MemberwiseClone()()()() (Inherited from Object.)
Suggestions
A list of string suggestions for the word. The string in the first element will be used to provide the user's suggestion.

ToString()()()() (Inherited from Object.)
Word
The word in the query expression that was misspelt.

Inheritance Hierarchy
Object
EventArgs
 FoundSpellingErrorEventArgs

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