Event that fires when any of the spell dictionaries changes in any way.
Namespace:
C1.Silverlight.SpellCheckerAssembly: C1.Silverlight.SpellChecker (in C1.Silverlight.SpellChecker.dll)
Syntax
| C# |
|---|
public event EventHandler DictionaryChanged |
| Visual Basic |
|---|
Public Event DictionaryChanged As EventHandler |
Implements
ISpellCheckerDictionaryChanged()()()()
Remarks
This event notifies listeners that the spell dictionaries have changed and
the text should be re-checked. It fires for example when words are added to the
user dictionary or when new dictionaries are loaded.