IWpfTextViewCreationListener 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 IWpfTextViews are created.
public interface class IWpfTextViewCreationListenerpublic interface class IWpfTextViewCreationListener__interface IWpfTextViewCreationListenerpublic interface IWpfTextViewCreationListenertype IWpfTextViewCreationListener = interfacePublic Interface IWpfTextViewCreationListenerRemarks
This is a MEF component part, and should be exported with the following attribute: [Export(typeof(IWpfTextViewCreationListener))] [ContentType("...")] [TextViewRole("...")]
Methods
| TextViewCreated(IWpfTextView) | Called when a text view having matching roles is created over a text data model having a matching content type. |