Partager via


IEditorFormatMap.FormatMappingChanged, événement

Se produit lorsque cette IEditorFormatMap 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 FormatMappingChanged As EventHandler(Of FormatItemsEventArgs)
event EventHandler<FormatItemsEventArgs> FormatMappingChanged
event EventHandler<FormatItemsEventArgs^>^ FormatMappingChanged {
    void add (EventHandler<FormatItemsEventArgs^>^ value);
    void remove (EventHandler<FormatItemsEventArgs^>^ value);
}
abstract FormatMappingChanged : IEvent<EventHandler<FormatItemsEventArgs>,
    FormatItemsEventArgs>
JScript ne prend pas en charge les événements.

Sécurité .NET Framework

Voir aussi

Référence

IEditorFormatMap Interface

Microsoft.VisualStudio.Text.Classification, espace de noms