constructor(controlId) Constructor
In This Article
Initializes a new instance of the ASPxClientSpellCheckerBeforeCheckEventArgs class with specified settings.
#Declaration
TypeScript
constructor(
controlId: string
)
#Parameters
Name | Type | Description |
---|---|---|
control |
string | A string, containing the control’s programmatic identifier. |
See Also