ITextView::ViewportWidthChanged Event

 

Occurs when the viewport width is changed. Deprecated.

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

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

Deprecated. Use LayoutChanged instead.

Return to top
Show: