IDifferenceBuffer.SnapshotDifferenceChanging Event
Occurs immediately before the CurrentSnapshotDifference and InlineBuffer are updated.
Namespace: Microsoft.VisualStudio.Text.Differencing
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
Syntax
'Declaration
Event SnapshotDifferenceChanging As EventHandler(Of SnapshotDifferenceChangeEventArgs)
event EventHandler<SnapshotDifferenceChangeEventArgs> SnapshotDifferenceChanging
event EventHandler<SnapshotDifferenceChangeEventArgs^>^ SnapshotDifferenceChanging {
void add (EventHandler<SnapshotDifferenceChangeEventArgs^>^ value);
void remove (EventHandler<SnapshotDifferenceChangeEventArgs^>^ value);
}
abstract SnapshotDifferenceChanging : IEvent<EventHandler<SnapshotDifferenceChangeEventArgs>,
SnapshotDifferenceChangeEventArgs>
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.