Keyoti RapidSpell Web .NET Help Docs
ValidatorNeedsTextEventHandler Delegate
API DocumentationKeyoti.RapidSpellValidatorNeedsTextEventHandler
Keyoti RapidSpell Web .NET
Event handler delegate for the ValidatorNeedsText event.
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public delegate void ValidatorNeedsTextEventHandler(
	Object sender,
	ValidatorNeedsTextEventArgs e
)
public delegate void ValidatorNeedsTextEventHandler(
	Object sender,
	ValidatorNeedsTextEventArgs e
)
Public Delegate Sub ValidatorNeedsTextEventHandler ( 
	sender As Object,
	e As ValidatorNeedsTextEventArgs
)
Public Delegate Sub ValidatorNeedsTextEventHandler ( 
	sender As Object,
	e As ValidatorNeedsTextEventArgs
)
public delegate void ValidatorNeedsTextEventHandler(
	Object^ sender, 
	ValidatorNeedsTextEventArgs^ e
)
public delegate void ValidatorNeedsTextEventHandler(
	Object^ sender, 
	ValidatorNeedsTextEventArgs^ e
)
type ValidatorNeedsTextEventHandler = 
    delegate of 
        sender : Object * 
        e : ValidatorNeedsTextEventArgs -> unit
type ValidatorNeedsTextEventHandler = 
    delegate of 
        sender : Object * 
        e : ValidatorNeedsTextEventArgs -> unit
Parameters
sender (Object)
e (ValidatorNeedsTextEventArgs)

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