IBufferGraph::GraphBuffersChanged Event

 

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

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

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