IWpfTextViewCreationListener Interface

Définition

Écoute quand des IWpfTextView s sont créés.

public interface class IWpfTextViewCreationListener
public interface class IWpfTextViewCreationListener
__interface IWpfTextViewCreationListener
public interface IWpfTextViewCreationListener
type IWpfTextViewCreationListener = interface
Public Interface IWpfTextViewCreationListener

Remarques

Il s’agit d’une partie de composant MEF qui doit être exportée avec l’attribut suivant : [Export (typeof (IWpfTextViewCreationListener))] [ContentType ("...")] [TextViewRole ("...")]

Méthodes

TextViewCreated(IWpfTextView)

Appelé lorsqu'un affichage de texte contenant des rôles correspondants est créé par-dessus un modèle de données texte disposant d'un type de contenu correspondant.

S’applique à