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 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。