public HSPCompletionCommandHandler(IVsTextView TextViewAdapter, ITextView TextView, HSPCompletionHandlerProvider Provider) { _textView = TextView; _provider = Provider; //add the command to the command chain TextViewAdapter.AddCommandFilter(this, out _nextCommandHandler); }