Fired when the validator is attempting to access the text of the textbox specified by TextComponentID.

C# | Visual Basic | Visual C++ |
public event ValidatorNeedsTextEventHandler ValidatorNeedsText
Public Event ValidatorNeedsText As ValidatorNeedsTextEventHandler
public: event ValidatorNeedsTextEventHandler^ ValidatorNeedsText { void add (ValidatorNeedsTextEventHandler^ value); void remove (ValidatorNeedsTextEventHandler^ value); }

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.