Keyoti RapidSpell Web .NET Help Docs
CorrectionNotifyListener Property
API DocumentationKeyoti.RapidSpellRapidSpellWebLauncherCorrectionNotifyListener
Keyoti RapidSpell Web .NET
[PopUp only] The name of a Javascript function on this page which should be called {with the prototype funcName(int start, string oldword, string newword)} when a correction is made.
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
[PersistenceModeAttribute(PersistenceMode.Attribute)]
public string CorrectionNotifyListener { get; set; }
[PersistenceModeAttribute(PersistenceMode.Attribute)]
public string CorrectionNotifyListener { get; set; }
<PersistenceModeAttribute(PersistenceMode.Attribute)> 
Public Property CorrectionNotifyListener As String
	Get
	Set
<PersistenceModeAttribute(PersistenceMode.Attribute)> 
Public Property CorrectionNotifyListener As String
	Get
	Set
public:
[PersistenceModeAttribute(PersistenceMode::Attribute)]
property String^ CorrectionNotifyListener {
	String^ get ();
	void set (String^ value);
}
public:
[PersistenceModeAttribute(PersistenceMode::Attribute)]
property String^ CorrectionNotifyListener {
	String^ get ();
	void set (String^ value);
}
[<PersistenceModeAttribute(PersistenceMode.Attribute)>]
member CorrectionNotifyListener : string with get, set
[<PersistenceModeAttribute(PersistenceMode.Attribute)>]
member CorrectionNotifyListener : string with get, set
Property Value
String
Remarks
Use this to receive notifications on which word was changed and what to, when it happens.

Assembly: Keyoti.RapidSpellWeb (Module: Keyoti.RapidSpellWeb.dll) Version: 6.4.25.331