C# Класс MemefulComments.CommentsAdornmentTextViewCreationListener

Наследование: IWpfTextViewCreationListener
Показать файл Открыть проект

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
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.

Описание методов

TextViewCreated() публичный Метод

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
Результат void