Condividi tramite


Evento IClassificationFormatMap.ClassificationFormatMappingChanged

si verifica quando questo IClassificationFormatMap modifiche.

Spazio dei nomi:  Microsoft.VisualStudio.Text.Classification
Assembly:  Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)

Sintassi

'Dichiarazione
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 non supporta gli eventi.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IClassificationFormatMap Interfaccia

Spazio dei nomi Microsoft.VisualStudio.Text.Classification