
The SpellCheckTextEventArgs class provides data for the TextControl.SpellCheckText and WPF.TextControl.SpellCheckText events.
Introduced: 16.0.
[C#]
public class SpellCheckTextEventArgs: EventArgs
[Visual Basic]
Public Class SpellCheckTextEventArgs
Inherits EventArgs
| Property | Description | |
| MisspelledWords | Gets or sets an array of MisspelledWord objects. | |
| Text | Gets the text to check. |