ITextView.ViewportLeftChanged 事件

,当更改时发生,视区左边缘的位置。 已弃用

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

语法

声明
Event ViewportLeftChanged As EventHandler
event EventHandler ViewportLeftChanged
event EventHandler^ ViewportLeftChanged {
    void add (EventHandler^ value);
    void remove (EventHandler^ value);
}
abstract ViewportLeftChanged : IEvent<EventHandler,
    EventArgs>
JScript 不支持事件。

备注

已否决。 请改用 LayoutChanged

.NET Framework 安全性

请参阅

参考

ITextView 接口

Microsoft.VisualStudio.Text.Editor 命名空间