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

OptionsSpellingBase.OptionChanged Event

Fires when any of the spelling check options are changed.

Namespace: DevExpress.XtraSpellChecker

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

NuGet Packages: DevExpress.SpellChecker.Core, DevExpress.WindowsDesktop.SpellChecker.Core

Declaration

public event EventHandler OptionChanged

Event Data

The OptionChanged event's data class is EventArgs.

Remarks

The OptionChanged event serves as a notification that a spelling check option has been changed.

Implements

See Also