Keyoti RapidSpell Web .NET Help Docs
LeaveStaticSpellCheckListener Property
API DocumentationKeyoti.RapidSpellRapidSpellWInlineLeaveStaticSpellCheckListener
Keyoti RapidSpell Web .NET
The name of a JavaScript function (without brackets) that should be called when the text box switches from the static spell check to edit mode.
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
[PersistenceModeAttribute(PersistenceMode.Attribute)]
public string LeaveStaticSpellCheckListener { get; set; }
[PersistenceModeAttribute(PersistenceMode.Attribute)]
public string LeaveStaticSpellCheckListener { get; set; }
<PersistenceModeAttribute(PersistenceMode.Attribute)> 
Public Property LeaveStaticSpellCheckListener As String
	Get
	Set
<PersistenceModeAttribute(PersistenceMode.Attribute)> 
Public Property LeaveStaticSpellCheckListener As String
	Get
	Set
public:
[PersistenceModeAttribute(PersistenceMode::Attribute)]
property String^ LeaveStaticSpellCheckListener {
	String^ get ();
	void set (String^ value);
}
public:
[PersistenceModeAttribute(PersistenceMode::Attribute)]
property String^ LeaveStaticSpellCheckListener {
	String^ get ();
	void set (String^ value);
}
[<PersistenceModeAttribute(PersistenceMode.Attribute)>]
member LeaveStaticSpellCheckListener : string with get, set
[<PersistenceModeAttribute(PersistenceMode.Attribute)>]
member LeaveStaticSpellCheckListener : string with get, set
Property Value
String
Remarks
This is optional, and of use client side. 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.dll) Version: 6.4.25.331