共用方式為


ITextView.LayoutChanged 事件

在文字編輯器執行文字行配置時發生。

命名空間:  Microsoft.VisualStudio.Text.Editor
組件:  Microsoft.VisualStudio.Text.UI (在 Microsoft.VisualStudio.Text.UI.dll 中)

語法

'宣告
Event LayoutChanged As EventHandler(Of TextViewLayoutChangedEventArgs)
event EventHandler<TextViewLayoutChangedEventArgs> LayoutChanged
event EventHandler<TextViewLayoutChangedEventArgs^>^ LayoutChanged {
    void add (EventHandler<TextViewLayoutChangedEventArgs^>^ value);
    void remove (EventHandler<TextViewLayoutChangedEventArgs^>^ value);
}
abstract LayoutChanged : IEvent<EventHandler<TextViewLayoutChangedEventArgs>,
    TextViewLayoutChangedEventArgs>
JScript 不支援事件。

備註

這個事件會引發時所呈現的文字包含於ITextView的變更。 會引發這個事件以回應基礎文字緩衝區中的變更、 分類的變更,以及簡單的捲動。

.NET Framework 安全性

請參閱

參考

ITextView 介面

Microsoft.VisualStudio.Text.Editor 命名空間