ComponentOne SpellChecker for WinForms
C1.Win.C1SpellChecker.4.5.2 Assembly / C1.Win.C1SpellChecker Namespace / C1SpellChecker Class / DictionaryChanged Event

In This Topic
    DictionaryChanged Event (C1SpellChecker)
    In This Topic
    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