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

C# | C# | Visual Basic | Visual Basic | Visual 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>

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