Microsoft.VisualStudio.Language.Spellchecker.SpellingDictionaryService.GlobalDictionaryUpdated C# (CSharp) 메소드

GlobalDictionaryUpdated() 개인적인 메소드

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

Same methods

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