IDifferenceViewer::ViewModeChanged Event

 

Occurs when the ViewMode changes.

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

event EventHandler<EventArgs^>^ ViewModeChanged {
	void add(EventHandler<EventArgs^>^ value);
	void remove(EventHandler<EventArgs^>^ value);
}
Return to top
Show: