Keyoti RapidSpell Web .NET Help Docs
ValidatorNeedsText Event
API DocumentationKeyoti.RapidSpellRapidSpellWebLauncherValidatorNeedsText
Keyoti RapidSpell Web .NET
Fired when the validator is attempting to access the text of the textbox specified by TextComponentID.
Declaration Syntax
C#Visual BasicVisual C++
public event ValidatorNeedsTextEventHandler ValidatorNeedsText
Public Event ValidatorNeedsText As ValidatorNeedsTextEventHandler
public:
 event ValidatorNeedsTextEventHandler^ ValidatorNeedsText {
	void add (ValidatorNeedsTextEventHandler^ value);
	void remove (ValidatorNeedsTextEventHandler^ value);
}
Remarks
Handle this event to supply text to the validator. This is necessary usually with 3rd party controls that RapidSpellWInline does not know how to read the text of.

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