ComponentOne FinancialChart for WPF
C1.WPF Namespace / ISpellChecker Interface / DictionaryChanged Event



In This Topic
    DictionaryChanged Event
    In This Topic
    Event that fires when any of the spell dictionaries changes in any way.
    Syntax
    'Declaration
     
    
    Event DictionaryChanged As EventHandler
    'Usage
     
    
    Dim instance As ISpellChecker
    Dim handler As EventHandler
     
    AddHandler instance.DictionaryChanged, handler
    event EventHandler DictionaryChanged
    event EventHandler^ DictionaryChanged
    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.
    See Also