ITextView::ViewportHeightChanged Event

 

Occurs when the viewport height is changed. Deprecated.

Namespace:   Microsoft.VisualStudio.Text.Editor
Assembly:  Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)

event EventHandler^ ViewportHeightChanged {
	void add(EventHandler^ value);
	void remove(EventHandler^ value);
}

Deprecated. Use LayoutChanged instead.

Return to top
Show: