ITextView.ViewportLeftChanged Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Occurs when the position of the viewport's left edge is changed. (e.g. when the view is horizontally scrolled)
public:
event EventHandler ^ ViewportLeftChanged;
event EventHandler ViewportLeftChanged;
member this.ViewportLeftChanged : EventHandler
Event ViewportLeftChanged As EventHandler
Event Type
Remarks
Deprecated. Use LayoutChanged instead.