Keyoti RapidSpell Web .NET Help Docs
FinishedListener Property
API DocumentationKeyoti.RapidSpellRapidSpellWebLauncherFinishedListener
Keyoti RapidSpell Web .NET
The name of a JavaScript function (without brackets) that should be called when pop up spell checking is finished (optional).
Declaration Syntax
C#Visual BasicVisual C++
public string FinishedListener { get; set; }
Public Property FinishedListener As String
public:
property String^ FinishedListener {
	String^ get ();
	void set (String^ value);
}
Remarks
This is optional, and of use if you require client side (or indirectly server side) notification that the spell check has finished. The function named here will be called when the pop up spell check is finished by the user (or the window was closed), it must not have any arguments.

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