Partager via


IClassificationFormatMap.ClassificationFormatMappingChanged, événement

Se produit lorsque cette IClassificationFormatMap change.

Espace de noms :  Microsoft.VisualStudio.Text.Classification
Assembly :  Microsoft.VisualStudio.Text.UI.Wpf (dans Microsoft.VisualStudio.Text.UI.Wpf.dll)

Syntaxe

'Déclaration
Event ClassificationFormatMappingChanged As EventHandler(Of EventArgs)
event EventHandler<EventArgs> ClassificationFormatMappingChanged
event EventHandler<EventArgs^>^ ClassificationFormatMappingChanged {
    void add (EventHandler<EventArgs^>^ value);
    void remove (EventHandler<EventArgs^>^ value);
}
abstract ClassificationFormatMappingChanged : IEvent<EventHandler<EventArgs>,
    EventArgs>
JScript ne prend pas en charge les événements.

Sécurité .NET Framework

Voir aussi

Référence

IClassificationFormatMap Interface

Microsoft.VisualStudio.Text.Classification, espace de noms