C# 클래스 MemefulComments.CommentsAdornmentTextViewCreationListener

상속: IWpfTextViewCreationListener
파일 보기 프로젝트 열기: mariusbancila/memefulcomments

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