Notifies handlers that the word list has changed.
            
 Declaration Syntax
 Declaration Syntax| C# | Visual Basic | Visual C++ | 
public event UserDictionary..::.ListChangedEventHandler ListChanged
Public Event ListChanged As UserDictionary..::.ListChangedEventHandler
public: event UserDictionary..::.ListChangedEventHandler^ ListChanged { void add (UserDictionary..::.ListChangedEventHandler^ value); void remove (UserDictionary..::.ListChangedEventHandler^ value); }