Keyoti RapidSpell Web .NET Help Docs
ValidatorNeedsText Event
API DocumentationKeyoti.RapidSpellRapidSpellWInlineValidatorNeedsText
Keyoti RapidSpell Web .NET
Fired when the validator is attempting to access the text of the textbox specified by TextComponentID.
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public event ValidatorNeedsTextEventHandler ValidatorNeedsText
public event ValidatorNeedsTextEventHandler ValidatorNeedsText
Public Event ValidatorNeedsText As ValidatorNeedsTextEventHandler
Public Event ValidatorNeedsText As ValidatorNeedsTextEventHandler
public:
 event ValidatorNeedsTextEventHandler^ ValidatorNeedsText {
	void add (ValidatorNeedsTextEventHandler^ value);
	void remove (ValidatorNeedsTextEventHandler^ value);
}
public:
 event ValidatorNeedsTextEventHandler^ ValidatorNeedsText {
	void add (ValidatorNeedsTextEventHandler^ value);
	void remove (ValidatorNeedsTextEventHandler^ value);
}
member ValidatorNeedsText : IEvent<ValidatorNeedsTextEventHandler,
    ValidatorNeedsTextEventArgs>
member ValidatorNeedsText : IEvent<ValidatorNeedsTextEventHandler,
    ValidatorNeedsTextEventArgs>
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.dll) Version: 6.4.25.331