​
​
​

The SpellCheckTextEventArgs class provides data for the TextControl.SpellCheckText and WPF.TextControl.SpellCheckText events.

Syntax

​public class SpellCheckTextEventArgs: EventArgs
​Public Class SpellCheckTextEventArgs
  Inherits EventArgs

​ Introduced: 16.0.

Properties

Property Description
Culture Gets the culture of the text to check.
MisspelledWords Gets or sets an array of MisspelledWord objects.
Text Gets the text to check.
​