IProjectionBuffer::SourceBuffersChanged Event

 

Raised when source buffers are added or deleted by virtue of the addition or deletion of source spans. This event is raised before the SourceSpansChanged event is raised.

Namespace:   Microsoft.VisualStudio.Text.Projection
Assembly:  Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)

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