ITextViewCreationListener Interface

Definition

Listens for when ITextViews are created.

public interface class ITextViewCreationListener
public interface ITextViewCreationListener
type ITextViewCreationListener = interface
Public Interface ITextViewCreationListener

Remarks

This is a MEF component part, and should be exported with the following attribute: [Export(typeof(ITextViewCreationListener))] [ContentType("...")] [TextViewRole("...")]

Methods

TextViewCreated(ITextView)

Called when a text view having matching roles is created over a text data model having a matching content type.

Applies to