C# Class PackmanVsix.JSON.JsonCreationListener

Inheritance: IVsTextViewCreationListener
Exibir arquivo Open project: madskristensen/Packman

Private Properties

Property Type Description
DocumentSaved void

Public Methods

Method Description
TextviewClosed ( object sender, EventArgs e ) : void
VsTextViewCreated ( IVsTextView textViewAdapter ) : void

Private Methods

Method Description
DocumentSaved ( object sender, TextDocumentFileActionEventArgs e ) : void

Method Details

TextviewClosed() public method

public TextviewClosed ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

VsTextViewCreated() public method

public VsTextViewCreated ( IVsTextView textViewAdapter ) : void
textViewAdapter IVsTextView
return void