IProjectionBuffer.SourceBuffersChanged Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)