Share via


IDifferenceViewer.ViewModeChanged Event

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

Syntax

'Déclaration
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

See Also

Reference

IDifferenceViewer Interface

Microsoft.VisualStudio.Text.Differencing Namespace