Keyoti RapidSpell Web .NET Help Docs
FinishedListenerInformState Property
API DocumentationKeyoti.RapidSpellRapidSpellWebLauncherFinishedListenerInformState
Keyoti RapidSpell Web .NET
Whether to inform the finished listener function of the way in which spell checking finished.
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
[PersistenceModeAttribute(PersistenceMode.Attribute)]
public bool FinishedListenerInformState { get; set; }
[PersistenceModeAttribute(PersistenceMode.Attribute)]
public bool FinishedListenerInformState { get; set; }
<PersistenceModeAttribute(PersistenceMode.Attribute)> 
Public Property FinishedListenerInformState As Boolean
	Get
	Set
<PersistenceModeAttribute(PersistenceMode.Attribute)> 
Public Property FinishedListenerInformState As Boolean
	Get
	Set
public:
[PersistenceModeAttribute(PersistenceMode::Attribute)]
property bool FinishedListenerInformState {
	bool get ();
	void set (bool value);
}
public:
[PersistenceModeAttribute(PersistenceMode::Attribute)]
property bool FinishedListenerInformState {
	bool get ();
	void set (bool value);
}
[<PersistenceModeAttribute(PersistenceMode.Attribute)>]
member FinishedListenerInformState : bool with get, set
[<PersistenceModeAttribute(PersistenceMode.Attribute)>]
member FinishedListenerInformState : bool with get, set
Property Value
Boolean
Remarks
If set to true the finished listener will be called with one boolean argument (arg=true means spell check completed, false means cancelled).

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