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