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

GlobalDictionaryUpdated() 개인적인 메소드

private GlobalDictionaryUpdated ( object sender, SpellingEventArgs e ) : void
sender object
e SpellingEventArgs
리턴 void
        void GlobalDictionaryUpdated(object sender, SpellingEventArgs e)
        {
            RaiseSpellingChangedEvent(e.Word);
        }

Same methods

SpellingDictionaryService::GlobalDictionaryUpdated ( string word ) : void