
Raises the SpellCheckText event.
Introduced: 16.0.
[C#]
protected virtual void OnSpellCheckText(SpellCheckTextEventArgs e);
[Visual Basic]
Protected Overridable Sub OnSpellCheckText(ByVal e As SpellCheckTextEventArgs)
| Parameter | Description | |
| e | Specifies an SpellCheckTextEventArgs object that contains the event data. |