The name of a JavaScript function (without brackets) that should be called when pop up spell checking is finished (optional).

C# | C# | Visual Basic | Visual Basic | Visual C++ | Visual C++ | F# | F# |
[PersistenceModeAttribute(PersistenceMode.Attribute)] public string FinishedListener { get; set; }
[PersistenceModeAttribute(PersistenceMode.Attribute)] public string FinishedListener { get; set; }
<PersistenceModeAttribute(PersistenceMode.Attribute)> Public Property FinishedListener As String Get Set
<PersistenceModeAttribute(PersistenceMode.Attribute)> Public Property FinishedListener As String Get Set
public: [PersistenceModeAttribute(PersistenceMode::Attribute)] property String^ FinishedListener { String^ get (); void set (String^ value); }
public: [PersistenceModeAttribute(PersistenceMode::Attribute)] property String^ FinishedListener { String^ get (); void set (String^ value); }
[<PersistenceModeAttribute(PersistenceMode.Attribute)>] member FinishedListener : string with get, set
[<PersistenceModeAttribute(PersistenceMode.Attribute)>] member FinishedListener : string with get, set

String

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.dll) Version: 6.4.25.331