IDifferenceBuffer::SnapshotDifferenceChanged Event

 

Occurs when the CurrentSnapshotDifference and InlineBuffer have changed.

Namespace:   Microsoft.VisualStudio.Text.Differencing
Assembly:  Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)

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