IEditorFormatMap.FormatMappingChanged 事件

IEditorFormatMap 更改时发生。

命名空间:  Microsoft.VisualStudio.Text.Classification
程序集:  Microsoft.VisualStudio.Text.UI.Wpf(在 Microsoft.VisualStudio.Text.UI.Wpf.dll 中)

语法

声明
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 不支持事件。

.NET Framework 安全性

请参阅

参考

IEditorFormatMap 接口

Microsoft.VisualStudio.Text.Classification 命名空间