Поделиться через


IClassificationFormatMap.ClassificationFormatMappingChanged - событие

Происходит при изменении данного объекта IClassificationFormatMap.

Пространство имен:  Microsoft.VisualStudio.Text.Classification
Сборка:  Microsoft.VisualStudio.Text.UI.Wpf (в Microsoft.VisualStudio.Text.UI.Wpf.dll)

Синтаксис

'Декларация
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 не поддерживает события.

Безопасность платформы .NET Framework

См. также

Ссылки

IClassificationFormatMap Интерфейс

Microsoft.VisualStudio.Text.Classification - пространство имен