SpellChecker.SpellCheckModeChanged Event
In This Article
Occurs when the SpellChecker.SpellCheckMode property is changed.
Namespace: DevExpress.Xpf.SpellChecker
Assembly: DevExpress.Xpf.SpellChecker.v24.2.dll
NuGet Package: DevExpress.Wpf.SpellChecker
#Declaration
public event EventHandler SpellCheckModeChanged
#Event Data
The SpellCheckModeChanged event's data class is EventArgs.
See Also