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