Microsoft.VisualStudio.Language.Spellchecker.SpellingDictionaryService.BufferSpecificDictionaryUpdated C# (CSharp) Méthode

BufferSpecificDictionaryUpdated() private méthode

private BufferSpecificDictionaryUpdated ( object sender, SpellingEventArgs e ) : void
sender object
e SpellingEventArgs
Résultat void
        void BufferSpecificDictionaryUpdated(object sender, SpellingEventArgs e)
        {
            RaiseSpellingChangedEvent(e.Word);
        }