IProjectionBuffer.SourceBuffersChanged Event

Definition

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.

public:
 event EventHandler<Microsoft::VisualStudio::Text::Projection::ProjectionSourceBuffersChangedEventArgs ^> ^ SourceBuffersChanged;
event EventHandler<Microsoft.VisualStudio.Text.Projection.ProjectionSourceBuffersChangedEventArgs> SourceBuffersChanged;
member this.SourceBuffersChanged : EventHandler<Microsoft.VisualStudio.Text.Projection.ProjectionSourceBuffersChangedEventArgs> 
Event SourceBuffersChanged As EventHandler(Of ProjectionSourceBuffersChangedEventArgs) 

Event Type

Applies to