Share via


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

See Also

Reference

IDifferenceBuffer Interface

Microsoft.VisualStudio.Text.Differencing Namespace