Keyoti RapidSpell Web .NET Help Docs
FinishedOnTextBoxListener Property
API DocumentationKeyoti.RapidSpellRapidSpellWebMultipleFinishedOnTextBoxListener
Keyoti RapidSpell Web .NET
The name of a JavaScript function (without brackets) that should be called when spell checking is finished, per text box.
Declaration Syntax
C#Visual BasicVisual C++
public string FinishedOnTextBoxListener { get; set; }
Public Property FinishedOnTextBoxListener As String
public:
property String^ FinishedOnTextBoxListener {
	String^ get ();
	void set (String^ value);
}
Remarks
This is optional, and of use if you require client side notification that the spell check has finished on each text box. The function named here must have one argument which will receive the text box object that was being checked.

Assembly: Keyoti.RapidSpellWeb (Module: Keyoti.RapidSpellWeb) Version: 3.7.10.625