C# Class MemefulComments.CommentsAdornmentTextViewCreationListener

Inheritance: IWpfTextViewCreationListener
Exibir arquivo Open project: mariusbancila/memefulcomments

Private Properties

Property Type Description

Public Methods

Method Description
TextViewCreated ( IWpfTextView textView ) : void

Called when a text view having matching roles is created over a text data model having a matching content type. Instantiates a CommentsAdornment manager when the textView is created.

Method Details

TextViewCreated() public method

Called when a text view having matching roles is created over a text data model having a matching content type. Instantiates a CommentsAdornment manager when the textView is created.
public TextViewCreated ( IWpfTextView textView ) : void
textView IWpfTextView The upon which the adornment should be placed
return void