Skip to main content
A newer version of this page is available. .

SpellChecker.SpellCheckModeChanged Event

Occurs when the SpellChecker.SpellCheckMode property is changed.

Namespace: DevExpress.Xpf.SpellChecker

Assembly: DevExpress.Xpf.SpellChecker.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.SpellChecker, DevExpress.Wpf.RichEdit, DevExpress.Wpf.SpellChecker

Declaration

public event EventHandler SpellCheckModeChanged

Event Data

The SpellCheckModeChanged event's data class is EventArgs.

See Also