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)

event EventHandler<SnapshotDifferenceChangeEventArgs^>^ SnapshotDifferenceChanging {
	void add(EventHandler<SnapshotDifferenceChangeEventArgs^>^ value);
	void remove(EventHandler<SnapshotDifferenceChangeEventArgs^>^ value);
}
Return to top
Show: