C# Class Microsoft.VisualStudio.R.Package.Commands.Markdown.VsMarkdownTextViewConnectionListener

Inheritance: Microsoft.Markdown.Editor.Commands.MdTextViewConnectionListener
Show file Open project: Microsoft/RTVS

Protected Methods

Method Description
OnTextBufferCreated ( ITextView textView, ITextBuffer textBuffer ) : void
OnTextViewCreated ( ITextView textView ) : void
OnTextViewDisconnected ( ITextView textView, ITextBuffer textBuffer ) : void
OnTextViewGotAggregateFocus ( ITextView textView, ITextBuffer textBuffer ) : void

Private Methods

Method Description
VsMarkdownTextViewConnectionListener ( IVsEditorAdaptersFactoryService adapterService ) : System.ComponentModel.Composition

Method Details

OnTextBufferCreated() protected method

protected OnTextBufferCreated ( ITextView textView, ITextBuffer textBuffer ) : void
textView ITextView
textBuffer ITextBuffer
return void

OnTextViewCreated() protected method

protected OnTextViewCreated ( ITextView textView ) : void
textView ITextView
return void

OnTextViewDisconnected() protected method

protected OnTextViewDisconnected ( ITextView textView, ITextBuffer textBuffer ) : void
textView ITextView
textBuffer ITextBuffer
return void

OnTextViewGotAggregateFocus() protected method

protected OnTextViewGotAggregateFocus ( ITextView textView, ITextBuffer textBuffer ) : void
textView ITextView
textBuffer ITextBuffer
return void