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

BufferSpecificDictionaryUpdated() 개인적인 메소드

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