ComponentOne SpellChecker for WinForms
DictionaryChanged Event

C1.Win.C1SpellChecker.4 Assembly > C1.Win.C1SpellChecker Namespace > C1SpellChecker Class : DictionaryChanged Event
Occurs when any of the spell dictionaries changes in any way.
Syntax
'Declaration
 
Public Event DictionaryChanged As System.EventHandler
public event System.EventHandler DictionaryChanged
Remarks
This event notifies listeners that the spell dictionaries have changed and the text should be re-checked. It occurs for example when words are added to the user dictionary or when new dictionaries are loaded.
See Also

Reference

C1SpellChecker Class
C1SpellChecker Members