Back to Devexpress

SpellChecker.CultureChanged Event

wpf-devexpress-dot-xpf-dot-spellchecker-dot-spellchecker-f92db63a.md

latest1.3 KB
Original Source

SpellChecker.CultureChanged Event

Occurs when the culture setting of the spell cheker is changed.

Namespace : DevExpress.Xpf.SpellChecker

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

NuGet Package : DevExpress.Wpf.SpellChecker

Declaration

csharp
public event EventHandler CultureChanged
vb
Public Event CultureChanged As EventHandler

Event Data

The CultureChanged event's data class is EventArgs.

Remarks

The CultureChanged event occurs when the SpellCheckerBase.Culture property is changed. The end-user can change it using the Spelling Options form.

See Also

SpellChecker Class

SpellChecker Members

DevExpress.Xpf.SpellChecker Namespace