Skip to main content

SpellChecker.SpellCheckModeChanged Event

Occurs when the SpellChecker.SpellCheckMode property is changed.

Namespace: DevExpress.Xpf.SpellChecker

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

#Declaration

public event EventHandler SpellCheckModeChanged

#Event Data

The SpellCheckModeChanged event's handler receives an argument of the EventArgs type.

See Also