C# Class MemefulComments.CommentsAdornmentTextViewCreationListener

Inheritance: IWpfTextViewCreationListener
Afficher le fichier Open project: mariusbancila/memefulcomments

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

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
Résultat void