ITextViewCreationListener Interface   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Listens for when ITextViews are created.
public interface class ITextViewCreationListenerpublic interface ITextViewCreationListenertype ITextViewCreationListener = interfacePublic Interface ITextViewCreationListenerRemarks
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. |