ZoomLevelChanged Event

Raised when the zoom level of the component delta items is changed.

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

Syntax

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

AddHandler instance.ZoomLevelChanged, handler
event EventHandler<EventArgs> ZoomLevelChanged
 event EventHandler<EventArgs^>^ ZoomLevelChanged {
    void add (EventHandler<EventArgs^>^ value);
    void remove (EventHandler<EventArgs^>^ value);
}
abstract ZoomLevelChanged : 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