Keyoti RapidSpell Web .NET Help Docs
ValidatorNeedsTextEventArgs Constructor (textBoxText, textComponentID)
API DocumentationKeyoti.RapidSpellValidatorNeedsTextEventArgsValidatorNeedsTextEventArgs(String, String)
Keyoti RapidSpell Web .NET
Creates a new instance
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public ValidatorNeedsTextEventArgs(
	string textBoxText,
	string textComponentID
)
public ValidatorNeedsTextEventArgs(
	string textBoxText,
	string textComponentID
)
Public Sub New ( 
	textBoxText As String,
	textComponentID As String
)
Public Sub New ( 
	textBoxText As String,
	textComponentID As String
)
public:
ValidatorNeedsTextEventArgs(
	String^ textBoxText, 
	String^ textComponentID
)
public:
ValidatorNeedsTextEventArgs(
	String^ textBoxText, 
	String^ textComponentID
)
new : 
        textBoxText : string * 
        textComponentID : string -> ValidatorNeedsTextEventArgs
new : 
        textBoxText : string * 
        textComponentID : string -> ValidatorNeedsTextEventArgs
Parameters
textBoxText (String)
The text in the textbox if known
textComponentID (String)
The ID of the textbox if known

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