Share via


IVerticalFractionMap.MappingChanged Event

Occurs when the mapping has changed between a character position and its vertical fraction. For example, the view may have re-rendered some lines, changing their font size.

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

Syntax

'Declaration
Event MappingChanged As EventHandler
event EventHandler MappingChanged
 event EventHandler^ MappingChanged {
    void add (EventHandler^ value);
    void remove (EventHandler^ value);
}
abstract MappingChanged : IEvent<EventHandler,
    EventArgs>
JScript does not support events.

.NET Framework Security

See Also

Reference

IVerticalFractionMap Interface

Microsoft.VisualStudio.Text.Editor Namespace