IBufferGraph.GraphBuffersChanged Event

Definition

Occurs when the set of ITextBuffer objects in the buffer graph changes.

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

Event Type

Applies to