Share via


HighlightModeChanged Event

Raised when the HighlightMode changes.

Namespace:  Microsoft.VisualStudio.Data.Tools.Delta
Assembly:  Microsoft.VisualStudio.Data.Tools.Delta (in Microsoft.VisualStudio.Data.Tools.Delta.dll)

Syntax

'Declaration
Event HighlightModeChanged As EventHandler(Of EventArgs)
'Usage
Dim instance As IDifferenceViewer
Dim handler As EventHandler(Of EventArgs)

AddHandler instance.HighlightModeChanged, handler
event EventHandler<EventArgs> HighlightModeChanged
 event EventHandler<EventArgs^>^ HighlightModeChanged {
    void add (EventHandler<EventArgs^>^ value);
    void remove (EventHandler<EventArgs^>^ value);
}
abstract HighlightModeChanged : IEvent<EventHandler<EventArgs>,
    EventArgs>
JScript supports the use of events, but not the declaration of new ones.

See Also

Reference

IDifferenceViewer Interface

Microsoft.VisualStudio.Data.Tools.Delta Namespace