Compartilhar via


Evento IClassificationFormatMap.ClassificationFormatMappingChanged

Ocorre quando este IClassificationFormatMap as alterações.

Namespace:  Microsoft.VisualStudio.Text.Classification
Assembly:  Microsoft.VisualStudio.Text.UI.Wpf (em Microsoft.VisualStudio.Text.UI.Wpf.dll)

Sintaxe

'Declaração
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 não oferece suporte a eventos.

Segurança do .NET Framework

Consulte também

Referência

IClassificationFormatMap Interface

Namespace Microsoft.VisualStudio.Text.Classification