Occurs when the ViewMode changes.
Namespace:  Microsoft.VisualStudio.Text.Differencing
Assembly:  Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
Syntax
'Declaration
Event ViewModeChanged As EventHandler(Of EventArgs)
event EventHandler<EventArgs> ViewModeChanged
event EventHandler<EventArgs^>^ ViewModeChanged {
    void add (EventHandler<EventArgs^>^ value);
    void remove (EventHandler<EventArgs^>^ value);
}
abstract ViewModeChanged : IEvent<EventHandler<EventArgs>,
    EventArgs>
JScript does not support events.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.