Microsoft.VisualStudio.Language.Spellchecker.SpellingDictionaryService.GlobalDictionaryUpdated C# (CSharp) Method

GlobalDictionaryUpdated() private method

private GlobalDictionaryUpdated ( string word ) : void
word string
return void
        internal void GlobalDictionaryUpdated(string word)
        {
            RaiseSpellingChangedEvent(word);
        }

Same methods

SpellingDictionaryService::GlobalDictionaryUpdated ( object sender, SpellingEventArgs e ) : void