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

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