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

GlobalDictionaryUpdated() private method

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

Same methods

SpellingDictionaryService::GlobalDictionaryUpdated ( string word ) : void