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#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
[PersistenceModeAttribute(PersistenceMode.Attribute)]
public string FinishedOnTextBoxListener { get; set; }
[PersistenceModeAttribute(PersistenceMode.Attribute)]
public string FinishedOnTextBoxListener { get; set; }
<PersistenceModeAttribute(PersistenceMode.Attribute)> 
Public Property FinishedOnTextBoxListener As String
	Get
	Set
<PersistenceModeAttribute(PersistenceMode.Attribute)> 
Public Property FinishedOnTextBoxListener As String
	Get
	Set
public:
[PersistenceModeAttribute(PersistenceMode::Attribute)]
property String^ FinishedOnTextBoxListener {
	String^ get ();
	void set (String^ value);
}
public:
[PersistenceModeAttribute(PersistenceMode::Attribute)]
property String^ FinishedOnTextBoxListener {
	String^ get ();
	void set (String^ value);
}
[<PersistenceModeAttribute(PersistenceMode.Attribute)>]
member FinishedOnTextBoxListener : string with get, set
[<PersistenceModeAttribute(PersistenceMode.Attribute)>]
member FinishedOnTextBoxListener : string with get, set
Property Value
String
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.dll) Version: 6.4.25.331