ITextView.ViewportLeftChanged Event

Definition

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.

Applies to