SpellChecker.CultureChanged Event
In This Article
Occurs when the culture setting of the spellcheker is changed.
Namespace: DevExpress.Xpf.SpellChecker
Assembly: DevExpress.Xpf.SpellChecker.v14.2.dll
#Declaration
#Event Data
The CultureChanged event's handler receives an argument of the EventArgs type.
#Remarks
The CultureChanged is raised when the SpellCheckerBase.Culture property is changed. The end-user can change it using the Options form.
#Implements
See Also